Shades of Earls Green #C0B31D
Tints of Earls Green #C0B31D
RGB
CMYK
RGB Variations
Color information
#C0B31D (or 0xC0B31D) is known color: Earls Green. HEX triplet: C0, B3 and 1D. RGB value is (192,179,29). Sum of RGB (Red+Green+Blue) = 192+179+29=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B31D is #3F4CE2. Grayscale: #A6A6A6. Windows color (decimal): -4148451 or 1946560. OLE color: 1946560.
HSL color Cylindrical-coordinate representation of color #C0B31D: hue angle of 55.21º 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 #C0B31D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 29 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.25 |
| HSL | 55.21º | 0.74% | 0.43% | - |
| HSV(B) | 55.21º | 0.85% | 0.75% | - |
| XYZ | 38.08 | 43.54 | 7.56 | - |
| YUV | 165.79 | 50.81 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 29 | 0 | 0.07 | 0.85 | 0.25 | 55.21 | 0.74 | 0.43 |
| Hex | C0 | B3 | 1D | 0 | 7 | 55 | 19 | 37 | 4A | 2B |
| Octal | 300 | 263 | 35 | 0 | 7 | 125 | 31 | 67 | 112 | 53 |
| Binary | 11000000 | 10110011 | 11101 | 0 | 111 | 1010101 | 11001 | 110111 | 1001010 | 101011 |
Color Harmonies of #C0B31D
Complementary color
Monochromatic Colors of #C0B31D
Black with #C0B31D
Text Example
Text Example
White with #C0B31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B31D; }
p { color: rgb(192,179,29); }
H1.HeaderClassName
{
color: #C0B31D;
}
.AnyTagClassName
{
color: #C0B31D;
}
</style>
background-color css
<style>
a { background-color: #C0B31D; }
a { background-color: rgb(192,179,29); }
div.DivClassName
{
background-color: #C0B31D;
}
.BgClassName
{
background-color: #C0B31D;
}
</style>
border-color css
<style>
span { border-color: #C0B31D; }
span { border-color: rgb(192,179,29); }
td.TdClassName
{
border-color: #C0B31D;
}
.TagClassName
{
border-color: #C0B31D;
}
</style>