Shades of Earls Green #C2B225
Tints of Earls Green #C2B225
RGB
CMYK
RGB Variations
Color information
#C2B225 (or 0xC2B225) is known color: Earls Green. HEX triplet: C2, B2 and 25. RGB value is (194,178,37). Sum of RGB (Red+Green+Blue) = 194+178+37=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B225 is #3D4DDA. Grayscale: #A7A7A7. Windows color (decimal): -4017627 or 2470594. OLE color: 2470594.
HSL color Cylindrical-coordinate representation of color #C2B225: hue angle of 53.89º 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 #C2B225 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 37 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.24 |
| HSL | 53.89º | 0.68% | 0.45% | - |
| HSV(B) | 53.89º | 0.81% | 0.76% | - |
| XYZ | 38.5 | 43.44 | 8.11 | - |
| YUV | 166.71 | 54.8 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 37 | 0 | 0.08 | 0.81 | 0.24 | 53.89 | 0.68 | 0.45 |
| Hex | C2 | B2 | 25 | 0 | 8 | 51 | 18 | 36 | 44 | 2D |
| Octal | 302 | 262 | 45 | 0 | 10 | 121 | 30 | 66 | 104 | 55 |
| Binary | 11000010 | 10110010 | 100101 | 0 | 1000 | 1010001 | 11000 | 110110 | 1000100 | 101101 |
Color Harmonies of #C2B225
Complementary color
Monochromatic Colors of #C2B225
Black with #C2B225
Text Example
Text Example
White with #C2B225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B225; }
p { color: rgb(194,178,37); }
H1.HeaderClassName
{
color: #C2B225;
}
.AnyTagClassName
{
color: #C2B225;
}
</style>
background-color css
<style>
a { background-color: #C2B225; }
a { background-color: rgb(194,178,37); }
div.DivClassName
{
background-color: #C2B225;
}
.BgClassName
{
background-color: #C2B225;
}
</style>
border-color css
<style>
span { border-color: #C2B225; }
span { border-color: rgb(194,178,37); }
td.TdClassName
{
border-color: #C2B225;
}
.TagClassName
{
border-color: #C2B225;
}
</style>