Shades of Earls Green #C4B117
Tints of Earls Green #C4B117
RGB
CMYK
RGB Variations
Color information
#C4B117 (or 0xC4B117) is known color: Earls Green. HEX triplet: C4, B1 and 17. RGB value is (196,177,23). Sum of RGB (Red+Green+Blue) = 196+177+23=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B117 is #3B4EE8. Grayscale: #A5A5A5. Windows color (decimal): -3886825 or 1552836. OLE color: 1552836.
HSL color Cylindrical-coordinate representation of color #C4B117: hue angle of 53.41º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4B117 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 23 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.23 |
| HSL | 53.41º | 0.79% | 0.43% | - |
| HSV(B) | 53.41º | 0.88% | 0.77% | - |
| XYZ | 38.64 | 43.24 | 7.12 | - |
| YUV | 165.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 23 | 0 | 0.10 | 0.88 | 0.23 | 53.41 | 0.79 | 0.43 |
| Hex | C4 | B1 | 17 | 0 | A | 58 | 17 | 35 | 4F | 2B |
| Octal | 304 | 261 | 27 | 0 | 12 | 130 | 27 | 65 | 117 | 53 |
| Binary | 11000100 | 10110001 | 10111 | 0 | 1010 | 1011000 | 10111 | 110101 | 1001111 | 101011 |
Color Harmonies of #C4B117
Complementary color
Monochromatic Colors of #C4B117
Black with #C4B117
Text Example
Text Example
White with #C4B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B117; }
p { color: rgb(196,177,23); }
H1.HeaderClassName
{
color: #C4B117;
}
.AnyTagClassName
{
color: #C4B117;
}
</style>
background-color css
<style>
a { background-color: #C4B117; }
a { background-color: rgb(196,177,23); }
div.DivClassName
{
background-color: #C4B117;
}
.BgClassName
{
background-color: #C4B117;
}
</style>
border-color css
<style>
span { border-color: #C4B117; }
span { border-color: rgb(196,177,23); }
td.TdClassName
{
border-color: #C4B117;
}
.TagClassName
{
border-color: #C4B117;
}
</style>