Shades of Earls Green #C2B121
Tints of Earls Green #C2B121
RGB
CMYK
RGB Variations
Color information
#C2B121 (or 0xC2B121) is known color: Earls Green. HEX triplet: C2, B1 and 21. RGB value is (194,177,33). Sum of RGB (Red+Green+Blue) = 194+177+33=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B121 is #3D4EDE. Grayscale: #A6A6A6. Windows color (decimal): -4017887 or 2208194. OLE color: 2208194.
HSL color Cylindrical-coordinate representation of color #C2B121: hue angle of 53.66º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2B121 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 33 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.24 |
| HSL | 53.66º | 0.71% | 0.45% | - |
| HSV(B) | 53.66º | 0.83% | 0.76% | - |
| XYZ | 38.24 | 43.02 | 7.73 | - |
| YUV | 165.67 | 53.13 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 33 | 0 | 0.09 | 0.83 | 0.24 | 53.66 | 0.71 | 0.45 |
| Hex | C2 | B1 | 21 | 0 | 9 | 53 | 18 | 36 | 47 | 2D |
| Octal | 302 | 261 | 41 | 0 | 11 | 123 | 30 | 66 | 107 | 55 |
| Binary | 11000010 | 10110001 | 100001 | 0 | 1001 | 1010011 | 11000 | 110110 | 1000111 | 101101 |
Color Harmonies of #C2B121
Complementary color
Monochromatic Colors of #C2B121
Black with #C2B121
Text Example
Text Example
White with #C2B121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B121; }
p { color: rgb(194,177,33); }
H1.HeaderClassName
{
color: #C2B121;
}
.AnyTagClassName
{
color: #C2B121;
}
</style>
background-color css
<style>
a { background-color: #C2B121; }
a { background-color: rgb(194,177,33); }
div.DivClassName
{
background-color: #C2B121;
}
.BgClassName
{
background-color: #C2B121;
}
</style>
border-color css
<style>
span { border-color: #C2B121; }
span { border-color: rgb(194,177,33); }
td.TdClassName
{
border-color: #C2B121;
}
.TagClassName
{
border-color: #C2B121;
}
</style>