Shades of Earls Green #C0B71D
Tints of Earls Green #C0B71D
RGB
CMYK
RGB Variations
Color information
#C0B71D (or 0xC0B71D) is known color: Earls Green. HEX triplet: C0, B7 and 1D. RGB value is (192,183,29). Sum of RGB (Red+Green+Blue) = 192+183+29=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B71D is #3F48E2. Grayscale: #A8A8A8. Windows color (decimal): -4147427 or 1947584. OLE color: 1947584.
HSL color Cylindrical-coordinate representation of color #C0B71D: hue angle of 56.69º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0B71D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 29 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.25 |
| HSL | 56.69º | 0.74% | 0.43% | - |
| HSV(B) | 56.69º | 0.85% | 0.75% | - |
| XYZ | 38.89 | 45.16 | 7.83 | - |
| YUV | 168.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 29 | 0 | 0.05 | 0.85 | 0.25 | 56.69 | 0.74 | 0.43 |
| Hex | C0 | B7 | 1D | 0 | 5 | 55 | 19 | 39 | 4A | 2B |
| Octal | 300 | 267 | 35 | 0 | 5 | 125 | 31 | 71 | 112 | 53 |
| Binary | 11000000 | 10110111 | 11101 | 0 | 101 | 1010101 | 11001 | 111001 | 1001010 | 101011 |
Color Harmonies of #C0B71D
Complementary color
Monochromatic Colors of #C0B71D
Black with #C0B71D
Text Example
Text Example
White with #C0B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B71D; }
p { color: rgb(192,183,29); }
H1.HeaderClassName
{
color: #C0B71D;
}
.AnyTagClassName
{
color: #C0B71D;
}
</style>
background-color css
<style>
a { background-color: #C0B71D; }
a { background-color: rgb(192,183,29); }
div.DivClassName
{
background-color: #C0B71D;
}
.BgClassName
{
background-color: #C0B71D;
}
</style>
border-color css
<style>
span { border-color: #C0B71D; }
span { border-color: rgb(192,183,29); }
td.TdClassName
{
border-color: #C0B71D;
}
.TagClassName
{
border-color: #C0B71D;
}
</style>