Shades of Earls Green #C0B32B
Tints of Earls Green #C0B32B
RGB
CMYK
RGB Variations
Color information
#C0B32B (or 0xC0B32B) is known color: Earls Green. HEX triplet: C0, B3 and 2B. RGB value is (192,179,43). Sum of RGB (Red+Green+Blue) = 192+179+43=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B32B is #3F4CD4. Grayscale: #A7A7A7. Windows color (decimal): -4148437 or 2864064. OLE color: 2864064.
HSL color Cylindrical-coordinate representation of color #C0B32B: hue angle of 54.77º 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 #C0B32B is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 43 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.25 |
| HSL | 54.77º | 0.63% | 0.46% | - |
| HSV(B) | 54.77º | 0.78% | 0.75% | - |
| XYZ | 38.29 | 43.62 | 8.69 | - |
| YUV | 167.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 43 | 0 | 0.07 | 0.78 | 0.25 | 54.77 | 0.63 | 0.46 |
| Hex | C0 | B3 | 2B | 0 | 7 | 4E | 19 | 37 | 3F | 2E |
| Octal | 300 | 263 | 53 | 0 | 7 | 116 | 31 | 67 | 77 | 56 |
| Binary | 11000000 | 10110011 | 101011 | 0 | 111 | 1001110 | 11001 | 110111 | 111111 | 101110 |
Color Harmonies of #C0B32B
Complementary color
Monochromatic Colors of #C0B32B
Black with #C0B32B
Text Example
Text Example
White with #C0B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B32B; }
p { color: rgb(192,179,43); }
H1.HeaderClassName
{
color: #C0B32B;
}
.AnyTagClassName
{
color: #C0B32B;
}
</style>
background-color css
<style>
a { background-color: #C0B32B; }
a { background-color: rgb(192,179,43); }
div.DivClassName
{
background-color: #C0B32B;
}
.BgClassName
{
background-color: #C0B32B;
}
</style>
border-color css
<style>
span { border-color: #C0B32B; }
span { border-color: rgb(192,179,43); }
td.TdClassName
{
border-color: #C0B32B;
}
.TagClassName
{
border-color: #C0B32B;
}
</style>