Shades of Earls Green #C2B117
Tints of Earls Green #C2B117
RGB
CMYK
RGB Variations
Color information
#C2B117 (or 0xC2B117) is known color: Earls Green. HEX triplet: C2, B1 and 17. RGB value is (194,177,23). Sum of RGB (Red+Green+Blue) = 194+177+23=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B117 is #3D4EE8. Grayscale: #A5A5A5. Windows color (decimal): -4017897 or 1552834. OLE color: 1552834.
HSL color Cylindrical-coordinate representation of color #C2B117: hue angle of 54.04º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2B117 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 23 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.24 |
| HSL | 54.04º | 0.79% | 0.43% | - |
| HSV(B) | 54.04º | 0.88% | 0.76% | - |
| XYZ | 38.12 | 42.98 | 7.1 | - |
| YUV | 164.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 23 | 0 | 0.09 | 0.88 | 0.24 | 54.04 | 0.79 | 0.43 |
| Hex | C2 | B1 | 17 | 0 | 9 | 58 | 18 | 36 | 4F | 2B |
| Octal | 302 | 261 | 27 | 0 | 11 | 130 | 30 | 66 | 117 | 53 |
| Binary | 11000010 | 10110001 | 10111 | 0 | 1001 | 1011000 | 11000 | 110110 | 1001111 | 101011 |
Color Harmonies of #C2B117
Complementary color
Monochromatic Colors of #C2B117
Black with #C2B117
Text Example
Text Example
White with #C2B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B117; }
p { color: rgb(194,177,23); }
H1.HeaderClassName
{
color: #C2B117;
}
.AnyTagClassName
{
color: #C2B117;
}
</style>
background-color css
<style>
a { background-color: #C2B117; }
a { background-color: rgb(194,177,23); }
div.DivClassName
{
background-color: #C2B117;
}
.BgClassName
{
background-color: #C2B117;
}
</style>
border-color css
<style>
span { border-color: #C2B117; }
span { border-color: rgb(194,177,23); }
td.TdClassName
{
border-color: #C2B117;
}
.TagClassName
{
border-color: #C2B117;
}
</style>