Shades of Earls Green #C0B32D
Tints of Earls Green #C0B32D
RGB
CMYK
RGB Variations
Color information
#C0B32D (or 0xC0B32D) is known color: Earls Green. HEX triplet: C0, B3 and 2D. RGB value is (192,179,45). Sum of RGB (Red+Green+Blue) = 192+179+45=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B32D is #3F4CD2. Grayscale: #A8A8A8. Windows color (decimal): -4148435 or 2995136. OLE color: 2995136.
HSL color Cylindrical-coordinate representation of color #C0B32D: hue angle of 54.69º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0B32D is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 45 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.25 |
| HSL | 54.69º | 0.62% | 0.46% | - |
| HSV(B) | 54.69º | 0.77% | 0.75% | - |
| XYZ | 38.33 | 43.64 | 8.88 | - |
| YUV | 167.61 | 58.81 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 45 | 0 | 0.07 | 0.77 | 0.25 | 54.69 | 0.62 | 0.46 |
| Hex | C0 | B3 | 2D | 0 | 7 | 4D | 19 | 37 | 3E | 2E |
| Octal | 300 | 263 | 55 | 0 | 7 | 115 | 31 | 67 | 76 | 56 |
| Binary | 11000000 | 10110011 | 101101 | 0 | 111 | 1001101 | 11001 | 110111 | 111110 | 101110 |
Color Harmonies of #C0B32D
Complementary color
Monochromatic Colors of #C0B32D
Black with #C0B32D
Text Example
Text Example
White with #C0B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B32D; }
p { color: rgb(192,179,45); }
H1.HeaderClassName
{
color: #C0B32D;
}
.AnyTagClassName
{
color: #C0B32D;
}
</style>
background-color css
<style>
a { background-color: #C0B32D; }
a { background-color: rgb(192,179,45); }
div.DivClassName
{
background-color: #C0B32D;
}
.BgClassName
{
background-color: #C0B32D;
}
</style>
border-color css
<style>
span { border-color: #C0B32D; }
span { border-color: rgb(192,179,45); }
td.TdClassName
{
border-color: #C0B32D;
}
.TagClassName
{
border-color: #C0B32D;
}
</style>