Shades of Earls Green #C0A52B
Tints of Earls Green #C0A52B
RGB
CMYK
RGB Variations
Color information
#C0A52B (or 0xC0A52B) is known color: Earls Green. HEX triplet: C0, A5 and 2B. RGB value is (192,165,43). Sum of RGB (Red+Green+Blue) = 192+165+43=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A52B is #3F5AD4. Grayscale: #9F9F9F. Windows color (decimal): -4152021 or 2860480. OLE color: 2860480.
HSL color Cylindrical-coordinate representation of color #C0A52B: hue angle of 49.13º 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 #C0A52B is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 43 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.25 |
| HSL | 49.13º | 0.63% | 0.46% | - |
| HSV(B) | 49.13º | 0.78% | 0.75% | - |
| XYZ | 35.63 | 38.29 | 7.8 | - |
| YUV | 159.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 43 | 0 | 0.14 | 0.78 | 0.25 | 49.13 | 0.63 | 0.46 |
| Hex | C0 | A5 | 2B | 0 | E | 4E | 19 | 31 | 3F | 2E |
| Octal | 300 | 245 | 53 | 0 | 16 | 116 | 31 | 61 | 77 | 56 |
| Binary | 11000000 | 10100101 | 101011 | 0 | 1110 | 1001110 | 11001 | 110001 | 111111 | 101110 |
Color Harmonies of #C0A52B
Complementary color
Monochromatic Colors of #C0A52B
Black with #C0A52B
Text Example
Text Example
White with #C0A52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A52B; }
p { color: rgb(192,165,43); }
H1.HeaderClassName
{
color: #C0A52B;
}
.AnyTagClassName
{
color: #C0A52B;
}
</style>
background-color css
<style>
a { background-color: #C0A52B; }
a { background-color: rgb(192,165,43); }
div.DivClassName
{
background-color: #C0A52B;
}
.BgClassName
{
background-color: #C0A52B;
}
</style>
border-color css
<style>
span { border-color: #C0A52B; }
span { border-color: rgb(192,165,43); }
td.TdClassName
{
border-color: #C0A52B;
}
.TagClassName
{
border-color: #C0A52B;
}
</style>