Shades of Earls Green #C2AF2F
Tints of Earls Green #C2AF2F
RGB
CMYK
RGB Variations
Color information
#C2AF2F (or 0xC2AF2F) is known color: Earls Green. HEX triplet: C2, AF and 2F. RGB value is (194,175,47). Sum of RGB (Red+Green+Blue) = 194+175+47=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF2F is #3D50D0. Grayscale: #A6A6A6. Windows color (decimal): -4018385 or 3125186. OLE color: 3125186.
HSL color Cylindrical-coordinate representation of color #C2AF2F: hue angle of 52.24º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2AF2F is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 47 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.24 |
| HSL | 52.24º | 0.61% | 0.47% | - |
| HSV(B) | 52.24º | 0.76% | 0.76% | - |
| XYZ | 38.09 | 42.33 | 8.85 | - |
| YUV | 166.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 47 | 0 | 0.10 | 0.76 | 0.24 | 52.24 | 0.61 | 0.47 |
| Hex | C2 | AF | 2F | 0 | A | 4C | 18 | 34 | 3D | 2F |
| Octal | 302 | 257 | 57 | 0 | 12 | 114 | 30 | 64 | 75 | 57 |
| Binary | 11000010 | 10101111 | 101111 | 0 | 1010 | 1001100 | 11000 | 110100 | 111101 | 101111 |
Color Harmonies of #C2AF2F
Complementary color
Monochromatic Colors of #C2AF2F
Black with #C2AF2F
Text Example
Text Example
White with #C2AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF2F; }
p { color: rgb(194,175,47); }
H1.HeaderClassName
{
color: #C2AF2F;
}
.AnyTagClassName
{
color: #C2AF2F;
}
</style>
background-color css
<style>
a { background-color: #C2AF2F; }
a { background-color: rgb(194,175,47); }
div.DivClassName
{
background-color: #C2AF2F;
}
.BgClassName
{
background-color: #C2AF2F;
}
</style>
border-color css
<style>
span { border-color: #C2AF2F; }
span { border-color: rgb(194,175,47); }
td.TdClassName
{
border-color: #C2AF2F;
}
.TagClassName
{
border-color: #C2AF2F;
}
</style>