Shades of Earls Green #C2B024
Tints of Earls Green #C2B024
RGB
CMYK
RGB Variations
Color information
#C2B024 (or 0xC2B024) is known color: Earls Green. HEX triplet: C2, B0 and 24. RGB value is (194,176,36). Sum of RGB (Red+Green+Blue) = 194+176+36=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B024 is #3D4FDB. Grayscale: #A6A6A6. Windows color (decimal): -4018140 or 2404546. OLE color: 2404546.
HSL color Cylindrical-coordinate representation of color #C2B024: hue angle of 53.16º 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 #C2B024 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 36 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.24 |
| HSL | 53.16º | 0.69% | 0.45% | - |
| HSV(B) | 53.16º | 0.81% | 0.76% | - |
| XYZ | 38.09 | 42.65 | 7.89 | - |
| YUV | 165.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 36 | 0 | 0.09 | 0.81 | 0.24 | 53.16 | 0.69 | 0.45 |
| Hex | C2 | B0 | 24 | 0 | 9 | 51 | 18 | 35 | 45 | 2D |
| Octal | 302 | 260 | 44 | 0 | 11 | 121 | 30 | 65 | 105 | 55 |
| Binary | 11000010 | 10110000 | 100100 | 0 | 1001 | 1010001 | 11000 | 110101 | 1000101 | 101101 |
Color Harmonies of #C2B024
Complementary color
Monochromatic Colors of #C2B024
Black with #C2B024
Text Example
Text Example
White with #C2B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B024; }
p { color: rgb(194,176,36); }
H1.HeaderClassName
{
color: #C2B024;
}
.AnyTagClassName
{
color: #C2B024;
}
</style>
background-color css
<style>
a { background-color: #C2B024; }
a { background-color: rgb(194,176,36); }
div.DivClassName
{
background-color: #C2B024;
}
.BgClassName
{
background-color: #C2B024;
}
</style>
border-color css
<style>
span { border-color: #C2B024; }
span { border-color: rgb(194,176,36); }
td.TdClassName
{
border-color: #C2B024;
}
.TagClassName
{
border-color: #C2B024;
}
</style>