Shades of Earls Green #C2B124
Tints of Earls Green #C2B124
RGB
CMYK
RGB Variations
Color information
#C2B124 (or 0xC2B124) is known color: Earls Green. HEX triplet: C2, B1 and 24. RGB value is (194,177,36). Sum of RGB (Red+Green+Blue) = 194+177+36=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B124 is #3D4EDB. Grayscale: #A6A6A6. Windows color (decimal): -4017884 or 2404802. OLE color: 2404802.
HSL color Cylindrical-coordinate representation of color #C2B124: hue angle of 53.54º 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 #C2B124 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 36 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.24 |
| HSL | 53.54º | 0.69% | 0.45% | - |
| HSV(B) | 53.54º | 0.81% | 0.76% | - |
| XYZ | 38.29 | 43.04 | 7.96 | - |
| YUV | 166.01 | 54.63 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 36 | 0 | 0.09 | 0.81 | 0.24 | 53.54 | 0.69 | 0.45 |
| Hex | C2 | B1 | 24 | 0 | 9 | 51 | 18 | 36 | 45 | 2D |
| Octal | 302 | 261 | 44 | 0 | 11 | 121 | 30 | 66 | 105 | 55 |
| Binary | 11000010 | 10110001 | 100100 | 0 | 1001 | 1010001 | 11000 | 110110 | 1000101 | 101101 |
Color Harmonies of #C2B124
Complementary color
Monochromatic Colors of #C2B124
Black with #C2B124
Text Example
Text Example
White with #C2B124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B124; }
p { color: rgb(194,177,36); }
H1.HeaderClassName
{
color: #C2B124;
}
.AnyTagClassName
{
color: #C2B124;
}
</style>
background-color css
<style>
a { background-color: #C2B124; }
a { background-color: rgb(194,177,36); }
div.DivClassName
{
background-color: #C2B124;
}
.BgClassName
{
background-color: #C2B124;
}
</style>
border-color css
<style>
span { border-color: #C2B124; }
span { border-color: rgb(194,177,36); }
td.TdClassName
{
border-color: #C2B124;
}
.TagClassName
{
border-color: #C2B124;
}
</style>