Shades of Earls Green #C2B218
Tints of Earls Green #C2B218
RGB
CMYK
RGB Variations
Color information
#C2B218 (or 0xC2B218) is known color: Earls Green. HEX triplet: C2, B2 and 18. RGB value is (194,178,24). Sum of RGB (Red+Green+Blue) = 194+178+24=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B218 is #3D4DE7. Grayscale: #A5A5A5. Windows color (decimal): -4017640 or 1618626. OLE color: 1618626.
HSL color Cylindrical-coordinate representation of color #C2B218: hue angle of 54.35º 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 #C2B218 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 24 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.24 |
| HSL | 54.35º | 0.78% | 0.43% | - |
| HSV(B) | 54.35º | 0.88% | 0.76% | - |
| XYZ | 38.33 | 43.38 | 7.22 | - |
| YUV | 165.23 | 48.3 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 24 | 0 | 0.08 | 0.88 | 0.24 | 54.35 | 0.78 | 0.43 |
| Hex | C2 | B2 | 18 | 0 | 8 | 58 | 18 | 36 | 4E | 2B |
| Octal | 302 | 262 | 30 | 0 | 10 | 130 | 30 | 66 | 116 | 53 |
| Binary | 11000010 | 10110010 | 11000 | 0 | 1000 | 1011000 | 11000 | 110110 | 1001110 | 101011 |
Color Harmonies of #C2B218
Complementary color
Monochromatic Colors of #C2B218
Black with #C2B218
Text Example
Text Example
White with #C2B218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B218; }
p { color: rgb(194,178,24); }
H1.HeaderClassName
{
color: #C2B218;
}
.AnyTagClassName
{
color: #C2B218;
}
</style>
background-color css
<style>
a { background-color: #C2B218; }
a { background-color: rgb(194,178,24); }
div.DivClassName
{
background-color: #C2B218;
}
.BgClassName
{
background-color: #C2B218;
}
</style>
border-color css
<style>
span { border-color: #C2B218; }
span { border-color: rgb(194,178,24); }
td.TdClassName
{
border-color: #C2B218;
}
.TagClassName
{
border-color: #C2B218;
}
</style>