Shades of Earls Green #C0B11D
Tints of Earls Green #C0B11D
RGB
CMYK
RGB Variations
Color information
#C0B11D (or 0xC0B11D) is known color: Earls Green. HEX triplet: C0, B1 and 1D. RGB value is (192,177,29). Sum of RGB (Red+Green+Blue) = 192+177+29=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B11D is #3F4EE2. Grayscale: #A5A5A5. Windows color (decimal): -4148963 or 1946048. OLE color: 1946048.
HSL color Cylindrical-coordinate representation of color #C0B11D: hue angle of 54.48º 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 #C0B11D is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 29 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.25 |
| HSL | 54.48º | 0.74% | 0.43% | - |
| HSV(B) | 54.48º | 0.85% | 0.75% | - |
| XYZ | 37.68 | 42.74 | 7.43 | - |
| YUV | 164.61 | 51.47 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 29 | 0 | 0.08 | 0.85 | 0.25 | 54.48 | 0.74 | 0.43 |
| Hex | C0 | B1 | 1D | 0 | 8 | 55 | 19 | 36 | 4A | 2B |
| Octal | 300 | 261 | 35 | 0 | 10 | 125 | 31 | 66 | 112 | 53 |
| Binary | 11000000 | 10110001 | 11101 | 0 | 1000 | 1010101 | 11001 | 110110 | 1001010 | 101011 |
Color Harmonies of #C0B11D
Complementary color
Monochromatic Colors of #C0B11D
Black with #C0B11D
Text Example
Text Example
White with #C0B11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B11D; }
p { color: rgb(192,177,29); }
H1.HeaderClassName
{
color: #C0B11D;
}
.AnyTagClassName
{
color: #C0B11D;
}
</style>
background-color css
<style>
a { background-color: #C0B11D; }
a { background-color: rgb(192,177,29); }
div.DivClassName
{
background-color: #C0B11D;
}
.BgClassName
{
background-color: #C0B11D;
}
</style>
border-color css
<style>
span { border-color: #C0B11D; }
span { border-color: rgb(192,177,29); }
td.TdClassName
{
border-color: #C0B11D;
}
.TagClassName
{
border-color: #C0B11D;
}
</style>