Hex Color #196913 - Custom Color
Color Codes
HEX
#196913
RGB
rgb(25, 105, 19)
HSL
hsl(116, 69%, 24%)
CMYK
cmyk(76%, 0%, 82%, 59%)
HSV
hsv(116, 82%, 41%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.84:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.07:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #196913;
color: #196913;
border-color: #196913;
}
Tailwind CSS (with arbitrary values)
bg-[#196913]
text-[#196913]
border-[#196913]
// Example usage:
<div className="bg-[#196913]">