Shades of Earls Green #C2B61E
Tints of Earls Green #C2B61E
RGB
CMYK
RGB Variations
Color information
#C2B61E (or 0xC2B61E) is known color: Earls Green. HEX triplet: C2, B6 and 1E. RGB value is (194,182,30). Sum of RGB (Red+Green+Blue) = 194+182+30=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B61E is #3D49E1. Grayscale: #A8A8A8. Windows color (decimal): -4016610 or 2012866. OLE color: 2012866.
HSL color Cylindrical-coordinate representation of color #C2B61E: hue angle of 55.61º 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 #C2B61E is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 30 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.24 |
| HSL | 55.61º | 0.73% | 0.44% | - |
| HSV(B) | 55.61º | 0.85% | 0.76% | - |
| XYZ | 39.21 | 45.02 | 7.85 | - |
| YUV | 168.26 | 49.98 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 30 | 0 | 0.06 | 0.85 | 0.24 | 55.61 | 0.73 | 0.44 |
| Hex | C2 | B6 | 1E | 0 | 6 | 55 | 18 | 38 | 49 | 2C |
| Octal | 302 | 266 | 36 | 0 | 6 | 125 | 30 | 70 | 111 | 54 |
| Binary | 11000010 | 10110110 | 11110 | 0 | 110 | 1010101 | 11000 | 111000 | 1001001 | 101100 |
Color Harmonies of #C2B61E
Complementary color
Monochromatic Colors of #C2B61E
Black with #C2B61E
Text Example
Text Example
White with #C2B61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B61E; }
p { color: rgb(194,182,30); }
H1.HeaderClassName
{
color: #C2B61E;
}
.AnyTagClassName
{
color: #C2B61E;
}
</style>
background-color css
<style>
a { background-color: #C2B61E; }
a { background-color: rgb(194,182,30); }
div.DivClassName
{
background-color: #C2B61E;
}
.BgClassName
{
background-color: #C2B61E;
}
</style>
border-color css
<style>
span { border-color: #C2B61E; }
span { border-color: rgb(194,182,30); }
td.TdClassName
{
border-color: #C2B61E;
}
.TagClassName
{
border-color: #C2B61E;
}
</style>