Shades of Earls Green #C2B620
Tints of Earls Green #C2B620
RGB
CMYK
RGB Variations
Color information
#C2B620 (or 0xC2B620) is known color: Earls Green. HEX triplet: C2, B6 and 20. RGB value is (194,182,32). Sum of RGB (Red+Green+Blue) = 194+182+32=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B620 is #3D49DF. Grayscale: #A9A9A9. Windows color (decimal): -4016608 or 2143938. OLE color: 2143938.
HSL color Cylindrical-coordinate representation of color #C2B620: hue angle of 55.56º 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 #C2B620 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 32 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.24 |
| HSL | 55.56º | 0.72% | 0.44% | - |
| HSV(B) | 55.56º | 0.84% | 0.76% | - |
| XYZ | 39.24 | 45.03 | 7.99 | - |
| YUV | 168.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 32 | 0 | 0.06 | 0.84 | 0.24 | 55.56 | 0.72 | 0.44 |
| Hex | C2 | B6 | 20 | 0 | 6 | 54 | 18 | 38 | 48 | 2C |
| Octal | 302 | 266 | 40 | 0 | 6 | 124 | 30 | 70 | 110 | 54 |
| Binary | 11000010 | 10110110 | 100000 | 0 | 110 | 1010100 | 11000 | 111000 | 1001000 | 101100 |
Color Harmonies of #C2B620
Complementary color
Monochromatic Colors of #C2B620
Black with #C2B620
Text Example
Text Example
White with #C2B620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B620; }
p { color: rgb(194,182,32); }
H1.HeaderClassName
{
color: #C2B620;
}
.AnyTagClassName
{
color: #C2B620;
}
</style>
background-color css
<style>
a { background-color: #C2B620; }
a { background-color: rgb(194,182,32); }
div.DivClassName
{
background-color: #C2B620;
}
.BgClassName
{
background-color: #C2B620;
}
</style>
border-color css
<style>
span { border-color: #C2B620; }
span { border-color: rgb(194,182,32); }
td.TdClassName
{
border-color: #C2B620;
}
.TagClassName
{
border-color: #C2B620;
}
</style>