Shades of Earls Green #C8AB29
Tints of Earls Green #C8AB29
RGB
CMYK
RGB Variations
Color information
#C8AB29 (or 0xC8AB29) is known color: Earls Green. HEX triplet: C8, AB and 29. RGB value is (200,171,41). Sum of RGB (Red+Green+Blue) = 200+171+41=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB29 is #3754D6. Grayscale: #A5A5A5. Windows color (decimal): -3626199 or 2730952. OLE color: 2730952.
HSL color Cylindrical-coordinate representation of color #C8AB29: hue angle of 49.06º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8AB29 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 41 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.22 |
| HSL | 49.06º | 0.66% | 0.47% | - |
| HSV(B) | 49.06º | 0.8% | 0.78% | - |
| XYZ | 38.78 | 41.57 | 8.08 | - |
| YUV | 164.85 | 58.11 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 41 | 0 | 0.14 | 0.80 | 0.22 | 49.06 | 0.66 | 0.47 |
| Hex | C8 | AB | 29 | 0 | E | 50 | 16 | 31 | 42 | 2F |
| Octal | 310 | 253 | 51 | 0 | 16 | 120 | 26 | 61 | 102 | 57 |
| Binary | 11001000 | 10101011 | 101001 | 0 | 1110 | 1010000 | 10110 | 110001 | 1000010 | 101111 |
Color Harmonies of #C8AB29
Complementary color
Monochromatic Colors of #C8AB29
Black with #C8AB29
Text Example
Text Example
White with #C8AB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB29; }
p { color: rgb(200,171,41); }
H1.HeaderClassName
{
color: #C8AB29;
}
.AnyTagClassName
{
color: #C8AB29;
}
</style>
background-color css
<style>
a { background-color: #C8AB29; }
a { background-color: rgb(200,171,41); }
div.DivClassName
{
background-color: #C8AB29;
}
.BgClassName
{
background-color: #C8AB29;
}
</style>
border-color css
<style>
span { border-color: #C8AB29; }
span { border-color: rgb(200,171,41); }
td.TdClassName
{
border-color: #C8AB29;
}
.TagClassName
{
border-color: #C8AB29;
}
</style>