Shades of Earls Green #C2B219
Tints of Earls Green #C2B219
RGB
CMYK
RGB Variations
Color information
#C2B219 (or 0xC2B219) is known color: Earls Green. HEX triplet: C2, B2 and 19. RGB value is (194,178,25). Sum of RGB (Red+Green+Blue) = 194+178+25=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B219 is #3D4DE6. Grayscale: #A5A5A5. Windows color (decimal): -4017639 or 1684162. OLE color: 1684162.
HSL color Cylindrical-coordinate representation of color #C2B219: hue angle of 54.32º 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 #C2B219 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 25 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.24 |
| HSL | 54.32º | 0.77% | 0.43% | - |
| HSV(B) | 54.32º | 0.87% | 0.76% | - |
| XYZ | 38.34 | 43.38 | 7.27 | - |
| YUV | 165.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 25 | 0 | 0.08 | 0.87 | 0.24 | 54.32 | 0.77 | 0.43 |
| Hex | C2 | B2 | 19 | 0 | 8 | 57 | 18 | 36 | 4D | 2B |
| Octal | 302 | 262 | 31 | 0 | 10 | 127 | 30 | 66 | 115 | 53 |
| Binary | 11000010 | 10110010 | 11001 | 0 | 1000 | 1010111 | 11000 | 110110 | 1001101 | 101011 |
Color Harmonies of #C2B219
Complementary color
Monochromatic Colors of #C2B219
Black with #C2B219
Text Example
Text Example
White with #C2B219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B219; }
p { color: rgb(194,178,25); }
H1.HeaderClassName
{
color: #C2B219;
}
.AnyTagClassName
{
color: #C2B219;
}
</style>
background-color css
<style>
a { background-color: #C2B219; }
a { background-color: rgb(194,178,25); }
div.DivClassName
{
background-color: #C2B219;
}
.BgClassName
{
background-color: #C2B219;
}
</style>
border-color css
<style>
span { border-color: #C2B219; }
span { border-color: rgb(194,178,25); }
td.TdClassName
{
border-color: #C2B219;
}
.TagClassName
{
border-color: #C2B219;
}
</style>