Shades of Earls Green #C0B013
Tints of Earls Green #C0B013
RGB
CMYK
RGB Variations
Color information
#C0B013 (or 0xC0B013) is known color: Earls Green. HEX triplet: C0, B0 and 13. RGB value is (192,176,19). Sum of RGB (Red+Green+Blue) = 192+176+19=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B013 is #3F4FEC. Grayscale: #A3A3A3. Windows color (decimal): -4149229 or 1290432. OLE color: 1290432.
HSL color Cylindrical-coordinate representation of color #C0B013: hue angle of 54.45º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0B013 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 19 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.25 |
| HSL | 54.45º | 0.82% | 0.41% | - |
| HSV(B) | 54.45º | 0.9% | 0.75% | - |
| XYZ | 37.38 | 42.3 | 6.81 | - |
| YUV | 162.89 | 46.8 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 19 | 0 | 0.08 | 0.90 | 0.25 | 54.45 | 0.82 | 0.41 |
| Hex | C0 | B0 | 13 | 0 | 8 | 5A | 19 | 36 | 52 | 29 |
| Octal | 300 | 260 | 23 | 0 | 10 | 132 | 31 | 66 | 122 | 51 |
| Binary | 11000000 | 10110000 | 10011 | 0 | 1000 | 1011010 | 11001 | 110110 | 1010010 | 101001 |
Color Harmonies of #C0B013
Complementary color
Monochromatic Colors of #C0B013
Black with #C0B013
Text Example
Text Example
White with #C0B013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B013; }
p { color: rgb(192,176,19); }
H1.HeaderClassName
{
color: #C0B013;
}
.AnyTagClassName
{
color: #C0B013;
}
</style>
background-color css
<style>
a { background-color: #C0B013; }
a { background-color: rgb(192,176,19); }
div.DivClassName
{
background-color: #C0B013;
}
.BgClassName
{
background-color: #C0B013;
}
</style>
border-color css
<style>
span { border-color: #C0B013; }
span { border-color: rgb(192,176,19); }
td.TdClassName
{
border-color: #C0B013;
}
.TagClassName
{
border-color: #C0B013;
}
</style>