Shades of Earls Green #C0B222
Tints of Earls Green #C0B222
RGB
CMYK
RGB Variations
Color information
#C0B222 (or 0xC0B222) is known color: Earls Green. HEX triplet: C0, B2 and 22. RGB value is (192,178,34). Sum of RGB (Red+Green+Blue) = 192+178+34=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B222 is #3F4DDD. Grayscale: #A6A6A6. Windows color (decimal): -4148702 or 2273984. OLE color: 2273984.
HSL color Cylindrical-coordinate representation of color #C0B222: hue angle of 54.68º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0B222 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 34 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.25 |
| HSL | 54.68º | 0.7% | 0.44% | - |
| HSV(B) | 54.68º | 0.82% | 0.75% | - |
| XYZ | 37.95 | 43.16 | 7.84 | - |
| YUV | 165.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 34 | 0 | 0.07 | 0.82 | 0.25 | 54.68 | 0.7 | 0.44 |
| Hex | C0 | B2 | 22 | 0 | 7 | 52 | 19 | 37 | 46 | 2C |
| Octal | 300 | 262 | 42 | 0 | 7 | 122 | 31 | 67 | 106 | 54 |
| Binary | 11000000 | 10110010 | 100010 | 0 | 111 | 1010010 | 11001 | 110111 | 1000110 | 101100 |
Color Harmonies of #C0B222
Complementary color
Monochromatic Colors of #C0B222
Black with #C0B222
Text Example
Text Example
White with #C0B222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B222; }
p { color: rgb(192,178,34); }
H1.HeaderClassName
{
color: #C0B222;
}
.AnyTagClassName
{
color: #C0B222;
}
</style>
background-color css
<style>
a { background-color: #C0B222; }
a { background-color: rgb(192,178,34); }
div.DivClassName
{
background-color: #C0B222;
}
.BgClassName
{
background-color: #C0B222;
}
</style>
border-color css
<style>
span { border-color: #C0B222; }
span { border-color: rgb(192,178,34); }
td.TdClassName
{
border-color: #C0B222;
}
.TagClassName
{
border-color: #C0B222;
}
</style>