Shades of Earls Green #C2AF24
Tints of Earls Green #C2AF24
RGB
CMYK
RGB Variations
Color information
#C2AF24 (or 0xC2AF24) is known color: Earls Green. HEX triplet: C2, AF and 24. RGB value is (194,175,36). Sum of RGB (Red+Green+Blue) = 194+175+36=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF24 is #3D50DB. Grayscale: #A5A5A5. Windows color (decimal): -4018396 or 2404290. OLE color: 2404290.
HSL color Cylindrical-coordinate representation of color #C2AF24: hue angle of 52.78º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2AF24 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 36 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.24 |
| HSL | 52.78º | 0.69% | 0.45% | - |
| HSV(B) | 52.78º | 0.81% | 0.76% | - |
| XYZ | 37.9 | 42.26 | 7.83 | - |
| YUV | 164.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 36 | 0 | 0.10 | 0.81 | 0.24 | 52.78 | 0.69 | 0.45 |
| Hex | C2 | AF | 24 | 0 | A | 51 | 18 | 35 | 45 | 2D |
| Octal | 302 | 257 | 44 | 0 | 12 | 121 | 30 | 65 | 105 | 55 |
| Binary | 11000010 | 10101111 | 100100 | 0 | 1010 | 1010001 | 11000 | 110101 | 1000101 | 101101 |
Color Harmonies of #C2AF24
Complementary color
Monochromatic Colors of #C2AF24
Black with #C2AF24
Text Example
Text Example
White with #C2AF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF24; }
p { color: rgb(194,175,36); }
H1.HeaderClassName
{
color: #C2AF24;
}
.AnyTagClassName
{
color: #C2AF24;
}
</style>
background-color css
<style>
a { background-color: #C2AF24; }
a { background-color: rgb(194,175,36); }
div.DivClassName
{
background-color: #C2AF24;
}
.BgClassName
{
background-color: #C2AF24;
}
</style>
border-color css
<style>
span { border-color: #C2AF24; }
span { border-color: rgb(194,175,36); }
td.TdClassName
{
border-color: #C2AF24;
}
.TagClassName
{
border-color: #C2AF24;
}
</style>