Shades of Earls Green #C8AF24
Tints of Earls Green #C8AF24
RGB
CMYK
RGB Variations
Color information
#C8AF24 (or 0xC8AF24) is known color: Earls Green. HEX triplet: C8, AF and 24. RGB value is (200,175,36). Sum of RGB (Red+Green+Blue) = 200+175+36=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF24 is #3750DB. Grayscale: #A7A7A7. Windows color (decimal): -3625180 or 2404296. OLE color: 2404296.
HSL color Cylindrical-coordinate representation of color #C8AF24: hue angle of 50.85º 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 #C8AF24 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 36 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.22 |
| HSL | 50.85º | 0.69% | 0.46% | - |
| HSV(B) | 50.85º | 0.82% | 0.78% | - |
| XYZ | 39.47 | 43.07 | 7.9 | - |
| YUV | 166.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 36 | 0 | 0.12 | 0.82 | 0.22 | 50.85 | 0.69 | 0.46 |
| Hex | C8 | AF | 24 | 0 | C | 52 | 16 | 33 | 45 | 2E |
| Octal | 310 | 257 | 44 | 0 | 14 | 122 | 26 | 63 | 105 | 56 |
| Binary | 11001000 | 10101111 | 100100 | 0 | 1100 | 1010010 | 10110 | 110011 | 1000101 | 101110 |
Color Harmonies of #C8AF24
Complementary color
Monochromatic Colors of #C8AF24
Black with #C8AF24
Text Example
Text Example
White with #C8AF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF24; }
p { color: rgb(200,175,36); }
H1.HeaderClassName
{
color: #C8AF24;
}
.AnyTagClassName
{
color: #C8AF24;
}
</style>
background-color css
<style>
a { background-color: #C8AF24; }
a { background-color: rgb(200,175,36); }
div.DivClassName
{
background-color: #C8AF24;
}
.BgClassName
{
background-color: #C8AF24;
}
</style>
border-color css
<style>
span { border-color: #C8AF24; }
span { border-color: rgb(200,175,36); }
td.TdClassName
{
border-color: #C8AF24;
}
.TagClassName
{
border-color: #C8AF24;
}
</style>