Shades of Earls Green #C2B220
Tints of Earls Green #C2B220
RGB
CMYK
RGB Variations
Color information
#C2B220 (or 0xC2B220) is known color: Earls Green. HEX triplet: C2, B2 and 20. RGB value is (194,178,32). Sum of RGB (Red+Green+Blue) = 194+178+32=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B220 is #3D4DDF. Grayscale: #A6A6A6. Windows color (decimal): -4017632 or 2142914. OLE color: 2142914.
HSL color Cylindrical-coordinate representation of color #C2B220: hue angle of 54.07º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2B220 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 32 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.24 |
| HSL | 54.07º | 0.72% | 0.44% | - |
| HSV(B) | 54.07º | 0.84% | 0.76% | - |
| XYZ | 38.43 | 43.41 | 7.72 | - |
| YUV | 166.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 32 | 0 | 0.08 | 0.84 | 0.24 | 54.07 | 0.72 | 0.44 |
| Hex | C2 | B2 | 20 | 0 | 8 | 54 | 18 | 36 | 48 | 2C |
| Octal | 302 | 262 | 40 | 0 | 10 | 124 | 30 | 66 | 110 | 54 |
| Binary | 11000010 | 10110010 | 100000 | 0 | 1000 | 1010100 | 11000 | 110110 | 1001000 | 101100 |
Color Harmonies of #C2B220
Complementary color
Monochromatic Colors of #C2B220
Black with #C2B220
Text Example
Text Example
White with #C2B220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B220; }
p { color: rgb(194,178,32); }
H1.HeaderClassName
{
color: #C2B220;
}
.AnyTagClassName
{
color: #C2B220;
}
</style>
background-color css
<style>
a { background-color: #C2B220; }
a { background-color: rgb(194,178,32); }
div.DivClassName
{
background-color: #C2B220;
}
.BgClassName
{
background-color: #C2B220;
}
</style>
border-color css
<style>
span { border-color: #C2B220; }
span { border-color: rgb(194,178,32); }
td.TdClassName
{
border-color: #C2B220;
}
.TagClassName
{
border-color: #C2B220;
}
</style>