Shades of Earls Green #C2B119
Tints of Earls Green #C2B119
RGB
CMYK
RGB Variations
Color information
#C2B119 (or 0xC2B119) is known color: Earls Green. HEX triplet: C2, B1 and 19. RGB value is (194,177,25). Sum of RGB (Red+Green+Blue) = 194+177+25=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B119 is #3D4EE6. Grayscale: #A5A5A5. Windows color (decimal): -4017895 or 1683906. OLE color: 1683906.
HSL color Cylindrical-coordinate representation of color #C2B119: hue angle of 53.96º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2B119 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 25 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.24 |
| HSL | 53.96º | 0.77% | 0.43% | - |
| HSV(B) | 53.96º | 0.87% | 0.76% | - |
| XYZ | 38.15 | 42.98 | 7.21 | - |
| YUV | 164.76 | 49.13 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 25 | 0 | 0.09 | 0.87 | 0.24 | 53.96 | 0.77 | 0.43 |
| Hex | C2 | B1 | 19 | 0 | 9 | 57 | 18 | 36 | 4D | 2B |
| Octal | 302 | 261 | 31 | 0 | 11 | 127 | 30 | 66 | 115 | 53 |
| Binary | 11000010 | 10110001 | 11001 | 0 | 1001 | 1010111 | 11000 | 110110 | 1001101 | 101011 |
Color Harmonies of #C2B119
Complementary color
Monochromatic Colors of #C2B119
Black with #C2B119
Text Example
Text Example
White with #C2B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B119; }
p { color: rgb(194,177,25); }
H1.HeaderClassName
{
color: #C2B119;
}
.AnyTagClassName
{
color: #C2B119;
}
</style>
background-color css
<style>
a { background-color: #C2B119; }
a { background-color: rgb(194,177,25); }
div.DivClassName
{
background-color: #C2B119;
}
.BgClassName
{
background-color: #C2B119;
}
</style>
border-color css
<style>
span { border-color: #C2B119; }
span { border-color: rgb(194,177,25); }
td.TdClassName
{
border-color: #C2B119;
}
.TagClassName
{
border-color: #C2B119;
}
</style>