Shades of Earls Green #C0B31E
Tints of Earls Green #C0B31E
RGB
CMYK
RGB Variations
Color information
#C0B31E (or 0xC0B31E) is known color: Earls Green. HEX triplet: C0, B3 and 1E. RGB value is (192,179,30). Sum of RGB (Red+Green+Blue) = 192+179+30=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B31E is #3F4CE1. Grayscale: #A6A6A6. Windows color (decimal): -4148450 or 2012096. OLE color: 2012096.
HSL color Cylindrical-coordinate representation of color #C0B31E: hue angle of 55.19º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0B31E is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 30 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.25 |
| HSL | 55.19º | 0.73% | 0.44% | - |
| HSV(B) | 55.19º | 0.84% | 0.75% | - |
| XYZ | 38.09 | 43.54 | 7.62 | - |
| YUV | 165.9 | 51.31 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 30 | 0 | 0.07 | 0.84 | 0.25 | 55.19 | 0.73 | 0.44 |
| Hex | C0 | B3 | 1E | 0 | 7 | 54 | 19 | 37 | 49 | 2C |
| Octal | 300 | 263 | 36 | 0 | 7 | 124 | 31 | 67 | 111 | 54 |
| Binary | 11000000 | 10110011 | 11110 | 0 | 111 | 1010100 | 11001 | 110111 | 1001001 | 101100 |
Color Harmonies of #C0B31E
Complementary color
Monochromatic Colors of #C0B31E
Black with #C0B31E
Text Example
Text Example
White with #C0B31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B31E; }
p { color: rgb(192,179,30); }
H1.HeaderClassName
{
color: #C0B31E;
}
.AnyTagClassName
{
color: #C0B31E;
}
</style>
background-color css
<style>
a { background-color: #C0B31E; }
a { background-color: rgb(192,179,30); }
div.DivClassName
{
background-color: #C0B31E;
}
.BgClassName
{
background-color: #C0B31E;
}
</style>
border-color css
<style>
span { border-color: #C0B31E; }
span { border-color: rgb(192,179,30); }
td.TdClassName
{
border-color: #C0B31E;
}
.TagClassName
{
border-color: #C0B31E;
}
</style>