Shades of Earls Green #C4AB29
Tints of Earls Green #C4AB29
RGB
CMYK
RGB Variations
Color information
#C4AB29 (or 0xC4AB29) is known color: Earls Green. HEX triplet: C4, AB and 29. RGB value is (196,171,41). Sum of RGB (Red+Green+Blue) = 196+171+41=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB29 is #3B54D6. Grayscale: #A4A4A4. Windows color (decimal): -3888343 or 2730948. OLE color: 2730948.
HSL color Cylindrical-coordinate representation of color #C4AB29: hue angle of 50.32º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4AB29 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 41 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.23 |
| HSL | 50.32º | 0.65% | 0.46% | - |
| HSV(B) | 50.32º | 0.79% | 0.77% | - |
| XYZ | 37.73 | 41.02 | 8.03 | - |
| YUV | 163.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 41 | 0 | 0.13 | 0.79 | 0.23 | 50.32 | 0.65 | 0.46 |
| Hex | C4 | AB | 29 | 0 | D | 4F | 17 | 32 | 41 | 2E |
| Octal | 304 | 253 | 51 | 0 | 15 | 117 | 27 | 62 | 101 | 56 |
| Binary | 11000100 | 10101011 | 101001 | 0 | 1101 | 1001111 | 10111 | 110010 | 1000001 | 101110 |
Color Harmonies of #C4AB29
Complementary color
Monochromatic Colors of #C4AB29
Black with #C4AB29
Text Example
Text Example
White with #C4AB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB29; }
p { color: rgb(196,171,41); }
H1.HeaderClassName
{
color: #C4AB29;
}
.AnyTagClassName
{
color: #C4AB29;
}
</style>
background-color css
<style>
a { background-color: #C4AB29; }
a { background-color: rgb(196,171,41); }
div.DivClassName
{
background-color: #C4AB29;
}
.BgClassName
{
background-color: #C4AB29;
}
</style>
border-color css
<style>
span { border-color: #C4AB29; }
span { border-color: rgb(196,171,41); }
td.TdClassName
{
border-color: #C4AB29;
}
.TagClassName
{
border-color: #C4AB29;
}
</style>