Shades of Earls Green #C0BA2C
Tints of Earls Green #C0BA2C
RGB
CMYK
RGB Variations
Color information
#C0BA2C (or 0xC0BA2C) is known color: Earls Green. HEX triplet: C0, BA and 2C. RGB value is (192,186,44). Sum of RGB (Red+Green+Blue) = 192+186+44=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA2C is #3F45D3. Grayscale: #ACACAC. Windows color (decimal): -4146644 or 2931392. OLE color: 2931392.
HSL color Cylindrical-coordinate representation of color #C0BA2C: hue angle of 57.57º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0BA2C is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 44 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.25 |
| HSL | 57.57º | 0.63% | 0.46% | - |
| HSV(B) | 57.57º | 0.77% | 0.75% | - |
| XYZ | 39.75 | 46.51 | 9.26 | - |
| YUV | 171.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 44 | 0 | 0.03 | 0.77 | 0.25 | 57.57 | 0.63 | 0.46 |
| Hex | C0 | BA | 2C | 0 | 3 | 4D | 19 | 3A | 3F | 2E |
| Octal | 300 | 272 | 54 | 0 | 3 | 115 | 31 | 72 | 77 | 56 |
| Binary | 11000000 | 10111010 | 101100 | 0 | 11 | 1001101 | 11001 | 111010 | 111111 | 101110 |
Color Harmonies of #C0BA2C
Complementary color
Monochromatic Colors of #C0BA2C
Black with #C0BA2C
Text Example
Text Example
White with #C0BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA2C; }
p { color: rgb(192,186,44); }
H1.HeaderClassName
{
color: #C0BA2C;
}
.AnyTagClassName
{
color: #C0BA2C;
}
</style>
background-color css
<style>
a { background-color: #C0BA2C; }
a { background-color: rgb(192,186,44); }
div.DivClassName
{
background-color: #C0BA2C;
}
.BgClassName
{
background-color: #C0BA2C;
}
</style>
border-color css
<style>
span { border-color: #C0BA2C; }
span { border-color: rgb(192,186,44); }
td.TdClassName
{
border-color: #C0BA2C;
}
.TagClassName
{
border-color: #C0BA2C;
}
</style>