Shades of Earls Green #C0B31C
Tints of Earls Green #C0B31C
RGB
CMYK
RGB Variations
Color information
#C0B31C (or 0xC0B31C) is known color: Earls Green. HEX triplet: C0, B3 and 1C. RGB value is (192,179,28). Sum of RGB (Red+Green+Blue) = 192+179+28=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B31C is #3F4CE3. Grayscale: #A6A6A6. Windows color (decimal): -4148452 or 1881024. OLE color: 1881024.
HSL color Cylindrical-coordinate representation of color #C0B31C: hue angle of 55.24º degrees, saturation: 0.75, 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 #C0B31C is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 28 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.25 |
| HSL | 55.24º | 0.75% | 0.43% | - |
| HSV(B) | 55.24º | 0.85% | 0.75% | - |
| XYZ | 38.07 | 43.53 | 7.49 | - |
| YUV | 165.67 | 50.31 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 28 | 0 | 0.07 | 0.85 | 0.25 | 55.24 | 0.75 | 0.43 |
| Hex | C0 | B3 | 1C | 0 | 7 | 55 | 19 | 37 | 4B | 2B |
| Octal | 300 | 263 | 34 | 0 | 7 | 125 | 31 | 67 | 113 | 53 |
| Binary | 11000000 | 10110011 | 11100 | 0 | 111 | 1010101 | 11001 | 110111 | 1001011 | 101011 |
Color Harmonies of #C0B31C
Complementary color
Monochromatic Colors of #C0B31C
Black with #C0B31C
Text Example
Text Example
White with #C0B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B31C; }
p { color: rgb(192,179,28); }
H1.HeaderClassName
{
color: #C0B31C;
}
.AnyTagClassName
{
color: #C0B31C;
}
</style>
background-color css
<style>
a { background-color: #C0B31C; }
a { background-color: rgb(192,179,28); }
div.DivClassName
{
background-color: #C0B31C;
}
.BgClassName
{
background-color: #C0B31C;
}
</style>
border-color css
<style>
span { border-color: #C0B31C; }
span { border-color: rgb(192,179,28); }
td.TdClassName
{
border-color: #C0B31C;
}
.TagClassName
{
border-color: #C0B31C;
}
</style>