Shades of Earls Green #C2B41E
Tints of Earls Green #C2B41E
RGB
CMYK
RGB Variations
Color information
#C2B41E (or 0xC2B41E) is known color: Earls Green. HEX triplet: C2, B4 and 1E. RGB value is (194,180,30). Sum of RGB (Red+Green+Blue) = 194+180+30=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B41E is #3D4BE1. Grayscale: #A7A7A7. Windows color (decimal): -4017122 or 2012354. OLE color: 2012354.
HSL color Cylindrical-coordinate representation of color #C2B41E: hue angle of 54.88º 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 #C2B41E is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 30 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.24 |
| HSL | 54.88º | 0.73% | 0.44% | - |
| HSV(B) | 54.88º | 0.85% | 0.76% | - |
| XYZ | 38.8 | 44.21 | 7.72 | - |
| YUV | 167.09 | 50.64 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 30 | 0 | 0.07 | 0.85 | 0.24 | 54.88 | 0.73 | 0.44 |
| Hex | C2 | B4 | 1E | 0 | 7 | 55 | 18 | 37 | 49 | 2C |
| Octal | 302 | 264 | 36 | 0 | 7 | 125 | 30 | 67 | 111 | 54 |
| Binary | 11000010 | 10110100 | 11110 | 0 | 111 | 1010101 | 11000 | 110111 | 1001001 | 101100 |
Color Harmonies of #C2B41E
Complementary color
Monochromatic Colors of #C2B41E
Black with #C2B41E
Text Example
Text Example
White with #C2B41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B41E; }
p { color: rgb(194,180,30); }
H1.HeaderClassName
{
color: #C2B41E;
}
.AnyTagClassName
{
color: #C2B41E;
}
</style>
background-color css
<style>
a { background-color: #C2B41E; }
a { background-color: rgb(194,180,30); }
div.DivClassName
{
background-color: #C2B41E;
}
.BgClassName
{
background-color: #C2B41E;
}
</style>
border-color css
<style>
span { border-color: #C2B41E; }
span { border-color: rgb(194,180,30); }
td.TdClassName
{
border-color: #C2B41E;
}
.TagClassName
{
border-color: #C2B41E;
}
</style>