Shades of Earls Green #C4AB19
Tints of Earls Green #C4AB19
RGB
CMYK
RGB Variations
Color information
#C4AB19 (or 0xC4AB19) is known color: Earls Green. HEX triplet: C4, AB and 19. RGB value is (196,171,25). Sum of RGB (Red+Green+Blue) = 196+171+25=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AB19 is #3B54E6. Grayscale: #A2A2A2. Windows color (decimal): -3888359 or 1682372. OLE color: 1682372.
HSL color Cylindrical-coordinate representation of color #C4AB19: hue angle of 51.23º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4AB19 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 25 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.23 |
| HSL | 51.23º | 0.77% | 0.43% | - |
| HSV(B) | 51.23º | 0.87% | 0.77% | - |
| XYZ | 37.5 | 40.93 | 6.84 | - |
| YUV | 161.83 | 50.78 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 25 | 0 | 0.13 | 0.87 | 0.23 | 51.23 | 0.77 | 0.43 |
| Hex | C4 | AB | 19 | 0 | D | 57 | 17 | 33 | 4D | 2B |
| Octal | 304 | 253 | 31 | 0 | 15 | 127 | 27 | 63 | 115 | 53 |
| Binary | 11000100 | 10101011 | 11001 | 0 | 1101 | 1010111 | 10111 | 110011 | 1001101 | 101011 |
Color Harmonies of #C4AB19
Complementary color
Monochromatic Colors of #C4AB19
Black with #C4AB19
Text Example
Text Example
White with #C4AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB19; }
p { color: rgb(196,171,25); }
H1.HeaderClassName
{
color: #C4AB19;
}
.AnyTagClassName
{
color: #C4AB19;
}
</style>
background-color css
<style>
a { background-color: #C4AB19; }
a { background-color: rgb(196,171,25); }
div.DivClassName
{
background-color: #C4AB19;
}
.BgClassName
{
background-color: #C4AB19;
}
</style>
border-color css
<style>
span { border-color: #C4AB19; }
span { border-color: rgb(196,171,25); }
td.TdClassName
{
border-color: #C4AB19;
}
.TagClassName
{
border-color: #C4AB19;
}
</style>