Shades of Earls Green #C0B122
Tints of Earls Green #C0B122
RGB
CMYK
RGB Variations
Color information
#C0B122 (or 0xC0B122) is known color: Earls Green. HEX triplet: C0, B1 and 22. RGB value is (192,177,34). Sum of RGB (Red+Green+Blue) = 192+177+34=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B122 is #3F4EDD. Grayscale: #A5A5A5. Windows color (decimal): -4148958 or 2273728. OLE color: 2273728.
HSL color Cylindrical-coordinate representation of color #C0B122: hue angle of 54.3º 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 #C0B122 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 34 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.25 |
| HSL | 54.3º | 0.7% | 0.44% | - |
| HSV(B) | 54.3º | 0.82% | 0.75% | - |
| XYZ | 37.75 | 42.77 | 7.78 | - |
| YUV | 165.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 34 | 0 | 0.08 | 0.82 | 0.25 | 54.3 | 0.7 | 0.44 |
| Hex | C0 | B1 | 22 | 0 | 8 | 52 | 19 | 36 | 46 | 2C |
| Octal | 300 | 261 | 42 | 0 | 10 | 122 | 31 | 66 | 106 | 54 |
| Binary | 11000000 | 10110001 | 100010 | 0 | 1000 | 1010010 | 11001 | 110110 | 1000110 | 101100 |
Color Harmonies of #C0B122
Complementary color
Monochromatic Colors of #C0B122
Black with #C0B122
Text Example
Text Example
White with #C0B122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B122; }
p { color: rgb(192,177,34); }
H1.HeaderClassName
{
color: #C0B122;
}
.AnyTagClassName
{
color: #C0B122;
}
</style>
background-color css
<style>
a { background-color: #C0B122; }
a { background-color: rgb(192,177,34); }
div.DivClassName
{
background-color: #C0B122;
}
.BgClassName
{
background-color: #C0B122;
}
</style>
border-color css
<style>
span { border-color: #C0B122; }
span { border-color: rgb(192,177,34); }
td.TdClassName
{
border-color: #C0B122;
}
.TagClassName
{
border-color: #C0B122;
}
</style>