Shades of Earls Green #C2B525
Tints of Earls Green #C2B525
RGB
CMYK
RGB Variations
Color information
#C2B525 (or 0xC2B525) is known color: Earls Green. HEX triplet: C2, B5 and 25. RGB value is (194,181,37). Sum of RGB (Red+Green+Blue) = 194+181+37=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B525 is #3D4ADA. Grayscale: #A9A9A9. Windows color (decimal): -4016859 or 2471362. OLE color: 2471362.
HSL color Cylindrical-coordinate representation of color #C2B525: hue angle of 55.03º degrees, saturation: 0.68, 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 #C2B525 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 37 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.24 |
| HSL | 55.03º | 0.68% | 0.45% | - |
| HSV(B) | 55.03º | 0.81% | 0.76% | - |
| XYZ | 39.11 | 44.65 | 8.31 | - |
| YUV | 168.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 37 | 0 | 0.07 | 0.81 | 0.24 | 55.03 | 0.68 | 0.45 |
| Hex | C2 | B5 | 25 | 0 | 7 | 51 | 18 | 37 | 44 | 2D |
| Octal | 302 | 265 | 45 | 0 | 7 | 121 | 30 | 67 | 104 | 55 |
| Binary | 11000010 | 10110101 | 100101 | 0 | 111 | 1010001 | 11000 | 110111 | 1000100 | 101101 |
Color Harmonies of #C2B525
Complementary color
Monochromatic Colors of #C2B525
Black with #C2B525
Text Example
Text Example
White with #C2B525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B525; }
p { color: rgb(194,181,37); }
H1.HeaderClassName
{
color: #C2B525;
}
.AnyTagClassName
{
color: #C2B525;
}
</style>
background-color css
<style>
a { background-color: #C2B525; }
a { background-color: rgb(194,181,37); }
div.DivClassName
{
background-color: #C2B525;
}
.BgClassName
{
background-color: #C2B525;
}
</style>
border-color css
<style>
span { border-color: #C2B525; }
span { border-color: rgb(194,181,37); }
td.TdClassName
{
border-color: #C2B525;
}
.TagClassName
{
border-color: #C2B525;
}
</style>