Shades of Earls Green #C4AB1E
Tints of Earls Green #C4AB1E
RGB
CMYK
RGB Variations
Color information
#C4AB1E (or 0xC4AB1E) is known color: Earls Green. HEX triplet: C4, AB and 1E. RGB value is (196,171,30). Sum of RGB (Red+Green+Blue) = 196+171+30=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB1E is #3B54E1. Grayscale: #A2A2A2. Windows color (decimal): -3888354 or 2010052. OLE color: 2010052.
HSL color Cylindrical-coordinate representation of color #C4AB1E: hue angle of 50.96º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4AB1E is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 30 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.23 |
| HSL | 50.96º | 0.73% | 0.44% | - |
| HSV(B) | 50.96º | 0.85% | 0.77% | - |
| XYZ | 37.56 | 40.96 | 7.15 | - |
| YUV | 162.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 30 | 0 | 0.13 | 0.85 | 0.23 | 50.96 | 0.73 | 0.44 |
| Hex | C4 | AB | 1E | 0 | D | 55 | 17 | 33 | 49 | 2C |
| Octal | 304 | 253 | 36 | 0 | 15 | 125 | 27 | 63 | 111 | 54 |
| Binary | 11000100 | 10101011 | 11110 | 0 | 1101 | 1010101 | 10111 | 110011 | 1001001 | 101100 |
Color Harmonies of #C4AB1E
Complementary color
Monochromatic Colors of #C4AB1E
Black with #C4AB1E
Text Example
Text Example
White with #C4AB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB1E; }
p { color: rgb(196,171,30); }
H1.HeaderClassName
{
color: #C4AB1E;
}
.AnyTagClassName
{
color: #C4AB1E;
}
</style>
background-color css
<style>
a { background-color: #C4AB1E; }
a { background-color: rgb(196,171,30); }
div.DivClassName
{
background-color: #C4AB1E;
}
.BgClassName
{
background-color: #C4AB1E;
}
</style>
border-color css
<style>
span { border-color: #C4AB1E; }
span { border-color: rgb(196,171,30); }
td.TdClassName
{
border-color: #C4AB1E;
}
.TagClassName
{
border-color: #C4AB1E;
}
</style>