Shades of Earls Green #C0AF24
Tints of Earls Green #C0AF24
RGB
CMYK
RGB Variations
Color information
#C0AF24 (or 0xC0AF24) is known color: Earls Green. HEX triplet: C0, AF and 24. RGB value is (192,175,36). Sum of RGB (Red+Green+Blue) = 192+175+36=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF24 is #3F50DB. Grayscale: #A4A4A4. Windows color (decimal): -4149468 or 2404288. OLE color: 2404288.
HSL color Cylindrical-coordinate representation of color #C0AF24: hue angle of 53.46º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0AF24 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 36 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.25 |
| HSL | 53.46º | 0.68% | 0.45% | - |
| HSV(B) | 53.46º | 0.81% | 0.75% | - |
| XYZ | 37.39 | 41.99 | 7.8 | - |
| YUV | 164.24 | 55.63 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 36 | 0 | 0.09 | 0.81 | 0.25 | 53.46 | 0.68 | 0.45 |
| Hex | C0 | AF | 24 | 0 | 9 | 51 | 19 | 35 | 44 | 2D |
| Octal | 300 | 257 | 44 | 0 | 11 | 121 | 31 | 65 | 104 | 55 |
| Binary | 11000000 | 10101111 | 100100 | 0 | 1001 | 1010001 | 11001 | 110101 | 1000100 | 101101 |
Color Harmonies of #C0AF24
Complementary color
Monochromatic Colors of #C0AF24
Black with #C0AF24
Text Example
Text Example
White with #C0AF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF24; }
p { color: rgb(192,175,36); }
H1.HeaderClassName
{
color: #C0AF24;
}
.AnyTagClassName
{
color: #C0AF24;
}
</style>
background-color css
<style>
a { background-color: #C0AF24; }
a { background-color: rgb(192,175,36); }
div.DivClassName
{
background-color: #C0AF24;
}
.BgClassName
{
background-color: #C0AF24;
}
</style>
border-color css
<style>
span { border-color: #C0AF24; }
span { border-color: rgb(192,175,36); }
td.TdClassName
{
border-color: #C0AF24;
}
.TagClassName
{
border-color: #C0AF24;
}
</style>