Shades of Earls Green #C2B01E
Tints of Earls Green #C2B01E
RGB
CMYK
RGB Variations
Color information
#C2B01E (or 0xC2B01E) is known color: Earls Green. HEX triplet: C2, B0 and 1E. RGB value is (194,176,30). Sum of RGB (Red+Green+Blue) = 194+176+30=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B01E is #3D4FE1. Grayscale: #A5A5A5. Windows color (decimal): -4018146 or 2011330. OLE color: 2011330.
HSL color Cylindrical-coordinate representation of color #C2B01E: hue angle of 53.41º 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 #C2B01E is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 30 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.24 |
| HSL | 53.41º | 0.73% | 0.44% | - |
| HSV(B) | 53.41º | 0.85% | 0.76% | - |
| XYZ | 38.01 | 42.61 | 7.45 | - |
| YUV | 164.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 30 | 0 | 0.09 | 0.85 | 0.24 | 53.41 | 0.73 | 0.44 |
| Hex | C2 | B0 | 1E | 0 | 9 | 55 | 18 | 35 | 49 | 2C |
| Octal | 302 | 260 | 36 | 0 | 11 | 125 | 30 | 65 | 111 | 54 |
| Binary | 11000010 | 10110000 | 11110 | 0 | 1001 | 1010101 | 11000 | 110101 | 1001001 | 101100 |
Color Harmonies of #C2B01E
Complementary color
Monochromatic Colors of #C2B01E
Black with #C2B01E
Text Example
Text Example
White with #C2B01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B01E; }
p { color: rgb(194,176,30); }
H1.HeaderClassName
{
color: #C2B01E;
}
.AnyTagClassName
{
color: #C2B01E;
}
</style>
background-color css
<style>
a { background-color: #C2B01E; }
a { background-color: rgb(194,176,30); }
div.DivClassName
{
background-color: #C2B01E;
}
.BgClassName
{
background-color: #C2B01E;
}
</style>
border-color css
<style>
span { border-color: #C2B01E; }
span { border-color: rgb(194,176,30); }
td.TdClassName
{
border-color: #C2B01E;
}
.TagClassName
{
border-color: #C2B01E;
}
</style>