Shades of Earls Green #C2B118
Tints of Earls Green #C2B118
RGB
CMYK
RGB Variations
Color information
#C2B118 (or 0xC2B118) is known color: Earls Green. HEX triplet: C2, B1 and 18. RGB value is (194,177,24). Sum of RGB (Red+Green+Blue) = 194+177+24=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B118 is #3D4EE7. Grayscale: #A5A5A5. Windows color (decimal): -4017896 or 1618370. OLE color: 1618370.
HSL color Cylindrical-coordinate representation of color #C2B118: hue angle of 54º degrees, saturation: 0.78, 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 #C2B118 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 24 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.24 |
| HSL | 54º | 0.78% | 0.43% | - |
| HSV(B) | 54º | 0.88% | 0.76% | - |
| XYZ | 38.14 | 42.98 | 7.15 | - |
| YUV | 164.64 | 48.63 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 24 | 0 | 0.09 | 0.88 | 0.24 | 54 | 0.78 | 0.43 |
| Hex | C2 | B1 | 18 | 0 | 9 | 58 | 18 | 36 | 4E | 2B |
| Octal | 302 | 261 | 30 | 0 | 11 | 130 | 30 | 66 | 116 | 53 |
| Binary | 11000010 | 10110001 | 11000 | 0 | 1001 | 1011000 | 11000 | 110110 | 1001110 | 101011 |
Color Harmonies of #C2B118
Complementary color
Monochromatic Colors of #C2B118
Black with #C2B118
Text Example
Text Example
White with #C2B118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B118; }
p { color: rgb(194,177,24); }
H1.HeaderClassName
{
color: #C2B118;
}
.AnyTagClassName
{
color: #C2B118;
}
</style>
background-color css
<style>
a { background-color: #C2B118; }
a { background-color: rgb(194,177,24); }
div.DivClassName
{
background-color: #C2B118;
}
.BgClassName
{
background-color: #C2B118;
}
</style>
border-color css
<style>
span { border-color: #C2B118; }
span { border-color: rgb(194,177,24); }
td.TdClassName
{
border-color: #C2B118;
}
.TagClassName
{
border-color: #C2B118;
}
</style>