Shades of Earls Green #C8AD24
Tints of Earls Green #C8AD24
RGB
CMYK
RGB Variations
Color information
#C8AD24 (or 0xC8AD24) is known color: Earls Green. HEX triplet: C8, AD and 24. RGB value is (200,173,36). Sum of RGB (Red+Green+Blue) = 200+173+36=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AD24 is #3752DB. Grayscale: #A6A6A6. Windows color (decimal): -3625692 or 2403784. OLE color: 2403784.
HSL color Cylindrical-coordinate representation of color #C8AD24: hue angle of 50.12º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8AD24 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 36 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.22 |
| HSL | 50.12º | 0.69% | 0.46% | - |
| HSV(B) | 50.12º | 0.82% | 0.78% | - |
| XYZ | 39.08 | 42.29 | 7.77 | - |
| YUV | 165.46 | 54.95 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 36 | 0 | 0.14 | 0.82 | 0.22 | 50.12 | 0.69 | 0.46 |
| Hex | C8 | AD | 24 | 0 | E | 52 | 16 | 32 | 45 | 2E |
| Octal | 310 | 255 | 44 | 0 | 16 | 122 | 26 | 62 | 105 | 56 |
| Binary | 11001000 | 10101101 | 100100 | 0 | 1110 | 1010010 | 10110 | 110010 | 1000101 | 101110 |
Color Harmonies of #C8AD24
Complementary color
Monochromatic Colors of #C8AD24
Black with #C8AD24
Text Example
Text Example
White with #C8AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD24; }
p { color: rgb(200,173,36); }
H1.HeaderClassName
{
color: #C8AD24;
}
.AnyTagClassName
{
color: #C8AD24;
}
</style>
background-color css
<style>
a { background-color: #C8AD24; }
a { background-color: rgb(200,173,36); }
div.DivClassName
{
background-color: #C8AD24;
}
.BgClassName
{
background-color: #C8AD24;
}
</style>
border-color css
<style>
span { border-color: #C8AD24; }
span { border-color: rgb(200,173,36); }
td.TdClassName
{
border-color: #C8AD24;
}
.TagClassName
{
border-color: #C8AD24;
}
</style>