Shades of Earls Green #C4B116
Tints of Earls Green #C4B116
RGB
CMYK
RGB Variations
Color information
#C4B116 (or 0xC4B116) is known color: Earls Green. HEX triplet: C4, B1 and 16. RGB value is (196,177,22). Sum of RGB (Red+Green+Blue) = 196+177+22=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B116 is #3B4EE9. Grayscale: #A5A5A5. Windows color (decimal): -3886826 or 1487300. OLE color: 1487300.
HSL color Cylindrical-coordinate representation of color #C4B116: hue angle of 53.45º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4B116 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 22 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.23 |
| HSL | 53.45º | 0.8% | 0.43% | - |
| HSV(B) | 53.45º | 0.89% | 0.77% | - |
| XYZ | 38.63 | 43.24 | 7.07 | - |
| YUV | 165.01 | 47.29 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 22 | 0 | 0.10 | 0.89 | 0.23 | 53.45 | 0.8 | 0.43 |
| Hex | C4 | B1 | 16 | 0 | A | 59 | 17 | 35 | 50 | 2B |
| Octal | 304 | 261 | 26 | 0 | 12 | 131 | 27 | 65 | 120 | 53 |
| Binary | 11000100 | 10110001 | 10110 | 0 | 1010 | 1011001 | 10111 | 110101 | 1010000 | 101011 |
Color Harmonies of #C4B116
Complementary color
Monochromatic Colors of #C4B116
Black with #C4B116
Text Example
Text Example
White with #C4B116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B116; }
p { color: rgb(196,177,22); }
H1.HeaderClassName
{
color: #C4B116;
}
.AnyTagClassName
{
color: #C4B116;
}
</style>
background-color css
<style>
a { background-color: #C4B116; }
a { background-color: rgb(196,177,22); }
div.DivClassName
{
background-color: #C4B116;
}
.BgClassName
{
background-color: #C4B116;
}
</style>
border-color css
<style>
span { border-color: #C4B116; }
span { border-color: rgb(196,177,22); }
td.TdClassName
{
border-color: #C4B116;
}
.TagClassName
{
border-color: #C4B116;
}
</style>