Shades of Earls Green #C0B418
Tints of Earls Green #C0B418
RGB
CMYK
RGB Variations
Color information
#C0B418 (or 0xC0B418) is known color: Earls Green. HEX triplet: C0, B4 and 18. RGB value is (192,180,24). Sum of RGB (Red+Green+Blue) = 192+180+24=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B418 is #3F4BE7. Grayscale: #A6A6A6. Windows color (decimal): -4148200 or 1619136. OLE color: 1619136.
HSL color Cylindrical-coordinate representation of color #C0B418: hue angle of 55.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0B418 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 24 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.25 |
| HSL | 55.71º | 0.78% | 0.42% | - |
| HSV(B) | 55.71º | 0.88% | 0.75% | - |
| XYZ | 38.22 | 43.91 | 7.33 | - |
| YUV | 165.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 24 | 0 | 0.06 | 0.88 | 0.25 | 55.71 | 0.78 | 0.42 |
| Hex | C0 | B4 | 18 | 0 | 6 | 58 | 19 | 38 | 4E | 2A |
| Octal | 300 | 264 | 30 | 0 | 6 | 130 | 31 | 70 | 116 | 52 |
| Binary | 11000000 | 10110100 | 11000 | 0 | 110 | 1011000 | 11001 | 111000 | 1001110 | 101010 |
Color Harmonies of #C0B418
Complementary color
Monochromatic Colors of #C0B418
Black with #C0B418
Text Example
Text Example
White with #C0B418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B418; }
p { color: rgb(192,180,24); }
H1.HeaderClassName
{
color: #C0B418;
}
.AnyTagClassName
{
color: #C0B418;
}
</style>
background-color css
<style>
a { background-color: #C0B418; }
a { background-color: rgb(192,180,24); }
div.DivClassName
{
background-color: #C0B418;
}
.BgClassName
{
background-color: #C0B418;
}
</style>
border-color css
<style>
span { border-color: #C0B418; }
span { border-color: rgb(192,180,24); }
td.TdClassName
{
border-color: #C0B418;
}
.TagClassName
{
border-color: #C0B418;
}
</style>