Shades of Earls Green #C0B21D
Tints of Earls Green #C0B21D
RGB
CMYK
RGB Variations
Color information
#C0B21D (or 0xC0B21D) is known color: Earls Green. HEX triplet: C0, B2 and 1D. RGB value is (192,178,29). Sum of RGB (Red+Green+Blue) = 192+178+29=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B21D is #3F4DE2. Grayscale: #A5A5A5. Windows color (decimal): -4148707 or 1946304. OLE color: 1946304.
HSL color Cylindrical-coordinate representation of color #C0B21D: hue angle of 54.85º 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 #C0B21D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 29 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.25 |
| HSL | 54.85º | 0.74% | 0.43% | - |
| HSV(B) | 54.85º | 0.85% | 0.75% | - |
| XYZ | 37.88 | 43.14 | 7.49 | - |
| YUV | 165.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 29 | 0 | 0.07 | 0.85 | 0.25 | 54.85 | 0.74 | 0.43 |
| Hex | C0 | B2 | 1D | 0 | 7 | 55 | 19 | 37 | 4A | 2B |
| Octal | 300 | 262 | 35 | 0 | 7 | 125 | 31 | 67 | 112 | 53 |
| Binary | 11000000 | 10110010 | 11101 | 0 | 111 | 1010101 | 11001 | 110111 | 1001010 | 101011 |
Color Harmonies of #C0B21D
Complementary color
Monochromatic Colors of #C0B21D
Black with #C0B21D
Text Example
Text Example
White with #C0B21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B21D; }
p { color: rgb(192,178,29); }
H1.HeaderClassName
{
color: #C0B21D;
}
.AnyTagClassName
{
color: #C0B21D;
}
</style>
background-color css
<style>
a { background-color: #C0B21D; }
a { background-color: rgb(192,178,29); }
div.DivClassName
{
background-color: #C0B21D;
}
.BgClassName
{
background-color: #C0B21D;
}
</style>
border-color css
<style>
span { border-color: #C0B21D; }
span { border-color: rgb(192,178,29); }
td.TdClassName
{
border-color: #C0B21D;
}
.TagClassName
{
border-color: #C0B21D;
}
</style>