Shades of Earls Green #C0B42F
Tints of Earls Green #C0B42F
RGB
CMYK
RGB Variations
Color information
#C0B42F (or 0xC0B42F) is known color: Earls Green. HEX triplet: C0, B4 and 2F. RGB value is (192,180,47). Sum of RGB (Red+Green+Blue) = 192+180+47=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B42F is #3F4BD0. Grayscale: #A8A8A8. Windows color (decimal): -4148177 or 3126464. OLE color: 3126464.
HSL color Cylindrical-coordinate representation of color #C0B42F: hue angle of 55.03º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0B42F is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 47 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.25 |
| HSL | 55.03º | 0.61% | 0.47% | - |
| HSV(B) | 55.03º | 0.76% | 0.75% | - |
| XYZ | 38.57 | 44.05 | 9.16 | - |
| YUV | 168.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 47 | 0 | 0.06 | 0.76 | 0.25 | 55.03 | 0.61 | 0.47 |
| Hex | C0 | B4 | 2F | 0 | 6 | 4C | 19 | 37 | 3D | 2F |
| Octal | 300 | 264 | 57 | 0 | 6 | 114 | 31 | 67 | 75 | 57 |
| Binary | 11000000 | 10110100 | 101111 | 0 | 110 | 1001100 | 11001 | 110111 | 111101 | 101111 |
Color Harmonies of #C0B42F
Complementary color
Monochromatic Colors of #C0B42F
Black with #C0B42F
Text Example
Text Example
White with #C0B42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B42F; }
p { color: rgb(192,180,47); }
H1.HeaderClassName
{
color: #C0B42F;
}
.AnyTagClassName
{
color: #C0B42F;
}
</style>
background-color css
<style>
a { background-color: #C0B42F; }
a { background-color: rgb(192,180,47); }
div.DivClassName
{
background-color: #C0B42F;
}
.BgClassName
{
background-color: #C0B42F;
}
</style>
border-color css
<style>
span { border-color: #C0B42F; }
span { border-color: rgb(192,180,47); }
td.TdClassName
{
border-color: #C0B42F;
}
.TagClassName
{
border-color: #C0B42F;
}
</style>