Shades of Earls Green #C0B12B
Tints of Earls Green #C0B12B
RGB
CMYK
RGB Variations
Color information
#C0B12B (or 0xC0B12B) is known color: Earls Green. HEX triplet: C0, B1 and 2B. RGB value is (192,177,43). Sum of RGB (Red+Green+Blue) = 192+177+43=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B12B is #3F4ED4. Grayscale: #A6A6A6. Windows color (decimal): -4148949 or 2863552. OLE color: 2863552.
HSL color Cylindrical-coordinate representation of color #C0B12B: hue angle of 53.96º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0B12B is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 43 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.25 |
| HSL | 53.96º | 0.63% | 0.46% | - |
| HSV(B) | 53.96º | 0.78% | 0.75% | - |
| XYZ | 37.9 | 42.83 | 8.55 | - |
| YUV | 166.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 43 | 0 | 0.08 | 0.78 | 0.25 | 53.96 | 0.63 | 0.46 |
| Hex | C0 | B1 | 2B | 0 | 8 | 4E | 19 | 36 | 3F | 2E |
| Octal | 300 | 261 | 53 | 0 | 10 | 116 | 31 | 66 | 77 | 56 |
| Binary | 11000000 | 10110001 | 101011 | 0 | 1000 | 1001110 | 11001 | 110110 | 111111 | 101110 |
Color Harmonies of #C0B12B
Complementary color
Monochromatic Colors of #C0B12B
Black with #C0B12B
Text Example
Text Example
White with #C0B12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B12B; }
p { color: rgb(192,177,43); }
H1.HeaderClassName
{
color: #C0B12B;
}
.AnyTagClassName
{
color: #C0B12B;
}
</style>
background-color css
<style>
a { background-color: #C0B12B; }
a { background-color: rgb(192,177,43); }
div.DivClassName
{
background-color: #C0B12B;
}
.BgClassName
{
background-color: #C0B12B;
}
</style>
border-color css
<style>
span { border-color: #C0B12B; }
span { border-color: rgb(192,177,43); }
td.TdClassName
{
border-color: #C0B12B;
}
.TagClassName
{
border-color: #C0B12B;
}
</style>