Shades of Earls Green #C2B22E
Tints of Earls Green #C2B22E
RGB
CMYK
RGB Variations
Color information
#C2B22E (or 0xC2B22E) is known color: Earls Green. HEX triplet: C2, B2 and 2E. RGB value is (194,178,46). Sum of RGB (Red+Green+Blue) = 194+178+46=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B22E is #3D4DD1. Grayscale: #A8A8A8. Windows color (decimal): -4017618 or 3060418. OLE color: 3060418.
HSL color Cylindrical-coordinate representation of color #C2B22E: hue angle of 53.51º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2B22E is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 46 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.24 |
| HSL | 53.51º | 0.62% | 0.47% | - |
| HSV(B) | 53.51º | 0.76% | 0.76% | - |
| XYZ | 38.66 | 43.51 | 8.94 | - |
| YUV | 167.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 46 | 0 | 0.08 | 0.76 | 0.24 | 53.51 | 0.62 | 0.47 |
| Hex | C2 | B2 | 2E | 0 | 8 | 4C | 18 | 36 | 3E | 2F |
| Octal | 302 | 262 | 56 | 0 | 10 | 114 | 30 | 66 | 76 | 57 |
| Binary | 11000010 | 10110010 | 101110 | 0 | 1000 | 1001100 | 11000 | 110110 | 111110 | 101111 |
Color Harmonies of #C2B22E
Complementary color
Monochromatic Colors of #C2B22E
Black with #C2B22E
Text Example
Text Example
White with #C2B22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B22E; }
p { color: rgb(194,178,46); }
H1.HeaderClassName
{
color: #C2B22E;
}
.AnyTagClassName
{
color: #C2B22E;
}
</style>
background-color css
<style>
a { background-color: #C2B22E; }
a { background-color: rgb(194,178,46); }
div.DivClassName
{
background-color: #C2B22E;
}
.BgClassName
{
background-color: #C2B22E;
}
</style>
border-color css
<style>
span { border-color: #C2B22E; }
span { border-color: rgb(194,178,46); }
td.TdClassName
{
border-color: #C2B22E;
}
.TagClassName
{
border-color: #C2B22E;
}
</style>