Shades of Earls Green #C0B82B
Tints of Earls Green #C0B82B
RGB
CMYK
RGB Variations
Color information
#C0B82B (or 0xC0B82B) is known color: Earls Green. HEX triplet: C0, B8 and 2B. RGB value is (192,184,43). Sum of RGB (Red+Green+Blue) = 192+184+43=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B82B is #3F47D4. Grayscale: #AAAAAA. Windows color (decimal): -4147157 or 2865344. OLE color: 2865344.
HSL color Cylindrical-coordinate representation of color #C0B82B: hue angle of 56.78º 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 #C0B82B is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 43 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.25 |
| HSL | 56.78º | 0.63% | 0.46% | - |
| HSV(B) | 56.78º | 0.78% | 0.75% | - |
| XYZ | 39.31 | 45.66 | 9.03 | - |
| YUV | 170.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 43 | 0 | 0.04 | 0.78 | 0.25 | 56.78 | 0.63 | 0.46 |
| Hex | C0 | B8 | 2B | 0 | 4 | 4E | 19 | 39 | 3F | 2E |
| Octal | 300 | 270 | 53 | 0 | 4 | 116 | 31 | 71 | 77 | 56 |
| Binary | 11000000 | 10111000 | 101011 | 0 | 100 | 1001110 | 11001 | 111001 | 111111 | 101110 |
Color Harmonies of #C0B82B
Complementary color
Monochromatic Colors of #C0B82B
Black with #C0B82B
Text Example
Text Example
White with #C0B82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B82B; }
p { color: rgb(192,184,43); }
H1.HeaderClassName
{
color: #C0B82B;
}
.AnyTagClassName
{
color: #C0B82B;
}
</style>
background-color css
<style>
a { background-color: #C0B82B; }
a { background-color: rgb(192,184,43); }
div.DivClassName
{
background-color: #C0B82B;
}
.BgClassName
{
background-color: #C0B82B;
}
</style>
border-color css
<style>
span { border-color: #C0B82B; }
span { border-color: rgb(192,184,43); }
td.TdClassName
{
border-color: #C0B82B;
}
.TagClassName
{
border-color: #C0B82B;
}
</style>