Shades of Earls Green #C0B12A
Tints of Earls Green #C0B12A
RGB
CMYK
RGB Variations
Color information
#C0B12A (or 0xC0B12A) is known color: Earls Green. HEX triplet: C0, B1 and 2A. RGB value is (192,177,42). Sum of RGB (Red+Green+Blue) = 192+177+42=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B12A is #3F4ED5. Grayscale: #A6A6A6. Windows color (decimal): -4148950 or 2798016. OLE color: 2798016.
HSL color Cylindrical-coordinate representation of color #C0B12A: hue angle of 54º degrees, saturation: 0.64, 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 #C0B12A is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 42 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.25 |
| HSL | 54º | 0.64% | 0.46% | - |
| HSV(B) | 54º | 0.78% | 0.75% | - |
| XYZ | 37.88 | 42.82 | 8.46 | - |
| YUV | 166.1 | 57.97 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 42 | 0 | 0.08 | 0.78 | 0.25 | 54 | 0.64 | 0.46 |
| Hex | C0 | B1 | 2A | 0 | 8 | 4E | 19 | 36 | 40 | 2E |
| Octal | 300 | 261 | 52 | 0 | 10 | 116 | 31 | 66 | 100 | 56 |
| Binary | 11000000 | 10110001 | 101010 | 0 | 1000 | 1001110 | 11001 | 110110 | 1000000 | 101110 |
Color Harmonies of #C0B12A
Complementary color
Monochromatic Colors of #C0B12A
Black with #C0B12A
Text Example
Text Example
White with #C0B12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B12A; }
p { color: rgb(192,177,42); }
H1.HeaderClassName
{
color: #C0B12A;
}
.AnyTagClassName
{
color: #C0B12A;
}
</style>
background-color css
<style>
a { background-color: #C0B12A; }
a { background-color: rgb(192,177,42); }
div.DivClassName
{
background-color: #C0B12A;
}
.BgClassName
{
background-color: #C0B12A;
}
</style>
border-color css
<style>
span { border-color: #C0B12A; }
span { border-color: rgb(192,177,42); }
td.TdClassName
{
border-color: #C0B12A;
}
.TagClassName
{
border-color: #C0B12A;
}
</style>