Shades of Earls Green #C2B52C
Tints of Earls Green #C2B52C
RGB
CMYK
RGB Variations
Color information
#C2B52C (or 0xC2B52C) is known color: Earls Green. HEX triplet: C2, B5 and 2C. RGB value is (194,181,44). Sum of RGB (Red+Green+Blue) = 194+181+44=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B52C is #3D4AD3. Grayscale: #A9A9A9. Windows color (decimal): -4016852 or 2930114. OLE color: 2930114.
HSL color Cylindrical-coordinate representation of color #C2B52C: hue angle of 54.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2B52C is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 44 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.24 |
| HSL | 54.8º | 0.63% | 0.47% | - |
| HSV(B) | 54.8º | 0.77% | 0.76% | - |
| XYZ | 39.23 | 44.7 | 8.94 | - |
| YUV | 169.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 44 | 0 | 0.07 | 0.77 | 0.24 | 54.8 | 0.63 | 0.47 |
| Hex | C2 | B5 | 2C | 0 | 7 | 4D | 18 | 37 | 3F | 2F |
| Octal | 302 | 265 | 54 | 0 | 7 | 115 | 30 | 67 | 77 | 57 |
| Binary | 11000010 | 10110101 | 101100 | 0 | 111 | 1001101 | 11000 | 110111 | 111111 | 101111 |
Color Harmonies of #C2B52C
Complementary color
Monochromatic Colors of #C2B52C
Black with #C2B52C
Text Example
Text Example
White with #C2B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B52C; }
p { color: rgb(194,181,44); }
H1.HeaderClassName
{
color: #C2B52C;
}
.AnyTagClassName
{
color: #C2B52C;
}
</style>
background-color css
<style>
a { background-color: #C2B52C; }
a { background-color: rgb(194,181,44); }
div.DivClassName
{
background-color: #C2B52C;
}
.BgClassName
{
background-color: #C2B52C;
}
</style>
border-color css
<style>
span { border-color: #C2B52C; }
span { border-color: rgb(194,181,44); }
td.TdClassName
{
border-color: #C2B52C;
}
.TagClassName
{
border-color: #C2B52C;
}
</style>