Shades of Earls Green #C4B013
Tints of Earls Green #C4B013
RGB
CMYK
RGB Variations
Color information
#C4B013 (or 0xC4B013) is known color: Earls Green. HEX triplet: C4, B0 and 13. RGB value is (196,176,19). Sum of RGB (Red+Green+Blue) = 196+176+19=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B013 is #3B4FEC. Grayscale: #A4A4A4. Windows color (decimal): -3887085 or 1290436. OLE color: 1290436.
HSL color Cylindrical-coordinate representation of color #C4B013: hue angle of 53.22º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4B013 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 19 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.23 |
| HSL | 53.22º | 0.82% | 0.42% | - |
| HSV(B) | 53.22º | 0.9% | 0.77% | - |
| XYZ | 38.41 | 42.83 | 6.86 | - |
| YUV | 164.08 | 46.13 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 19 | 0 | 0.10 | 0.90 | 0.23 | 53.22 | 0.82 | 0.42 |
| Hex | C4 | B0 | 13 | 0 | A | 5A | 17 | 35 | 52 | 2A |
| Octal | 304 | 260 | 23 | 0 | 12 | 132 | 27 | 65 | 122 | 52 |
| Binary | 11000100 | 10110000 | 10011 | 0 | 1010 | 1011010 | 10111 | 110101 | 1010010 | 101010 |
Color Harmonies of #C4B013
Complementary color
Monochromatic Colors of #C4B013
Black with #C4B013
Text Example
Text Example
White with #C4B013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B013; }
p { color: rgb(196,176,19); }
H1.HeaderClassName
{
color: #C4B013;
}
.AnyTagClassName
{
color: #C4B013;
}
</style>
background-color css
<style>
a { background-color: #C4B013; }
a { background-color: rgb(196,176,19); }
div.DivClassName
{
background-color: #C4B013;
}
.BgClassName
{
background-color: #C4B013;
}
</style>
border-color css
<style>
span { border-color: #C4B013; }
span { border-color: rgb(196,176,19); }
td.TdClassName
{
border-color: #C4B013;
}
.TagClassName
{
border-color: #C4B013;
}
</style>