Shades of Earls Green #C2B51E
Tints of Earls Green #C2B51E
RGB
CMYK
RGB Variations
Color information
#C2B51E (or 0xC2B51E) is known color: Earls Green. HEX triplet: C2, B5 and 1E. RGB value is (194,181,30). Sum of RGB (Red+Green+Blue) = 194+181+30=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B51E is #3D4AE1. Grayscale: #A8A8A8. Windows color (decimal): -4016866 or 2012610. OLE color: 2012610.
HSL color Cylindrical-coordinate representation of color #C2B51E: hue angle of 55.24º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2B51E is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 30 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.24 |
| HSL | 55.24º | 0.73% | 0.44% | - |
| HSV(B) | 55.24º | 0.85% | 0.76% | - |
| XYZ | 39.01 | 44.61 | 7.78 | - |
| YUV | 167.67 | 50.31 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 30 | 0 | 0.07 | 0.85 | 0.24 | 55.24 | 0.73 | 0.44 |
| Hex | C2 | B5 | 1E | 0 | 7 | 55 | 18 | 37 | 49 | 2C |
| Octal | 302 | 265 | 36 | 0 | 7 | 125 | 30 | 67 | 111 | 54 |
| Binary | 11000010 | 10110101 | 11110 | 0 | 111 | 1010101 | 11000 | 110111 | 1001001 | 101100 |
Color Harmonies of #C2B51E
Complementary color
Monochromatic Colors of #C2B51E
Black with #C2B51E
Text Example
Text Example
White with #C2B51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B51E; }
p { color: rgb(194,181,30); }
H1.HeaderClassName
{
color: #C2B51E;
}
.AnyTagClassName
{
color: #C2B51E;
}
</style>
background-color css
<style>
a { background-color: #C2B51E; }
a { background-color: rgb(194,181,30); }
div.DivClassName
{
background-color: #C2B51E;
}
.BgClassName
{
background-color: #C2B51E;
}
</style>
border-color css
<style>
span { border-color: #C2B51E; }
span { border-color: rgb(194,181,30); }
td.TdClassName
{
border-color: #C2B51E;
}
.TagClassName
{
border-color: #C2B51E;
}
</style>