Shades of Earls Green #C2B21C
Tints of Earls Green #C2B21C
RGB
CMYK
RGB Variations
Color information
#C2B21C (or 0xC2B21C) is known color: Earls Green. HEX triplet: C2, B2 and 1C. RGB value is (194,178,28). Sum of RGB (Red+Green+Blue) = 194+178+28=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B21C is #3D4DE3. Grayscale: #A6A6A6. Windows color (decimal): -4017636 or 1880770. OLE color: 1880770.
HSL color Cylindrical-coordinate representation of color #C2B21C: hue angle of 54.22º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2B21C is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 28 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.24 |
| HSL | 54.22º | 0.75% | 0.44% | - |
| HSV(B) | 54.22º | 0.86% | 0.76% | - |
| XYZ | 38.38 | 43.39 | 7.45 | - |
| YUV | 165.68 | 50.3 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 28 | 0 | 0.08 | 0.86 | 0.24 | 54.22 | 0.75 | 0.44 |
| Hex | C2 | B2 | 1C | 0 | 8 | 56 | 18 | 36 | 4B | 2C |
| Octal | 302 | 262 | 34 | 0 | 10 | 126 | 30 | 66 | 113 | 54 |
| Binary | 11000010 | 10110010 | 11100 | 0 | 1000 | 1010110 | 11000 | 110110 | 1001011 | 101100 |
Color Harmonies of #C2B21C
Complementary color
Monochromatic Colors of #C2B21C
Black with #C2B21C
Text Example
Text Example
White with #C2B21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B21C; }
p { color: rgb(194,178,28); }
H1.HeaderClassName
{
color: #C2B21C;
}
.AnyTagClassName
{
color: #C2B21C;
}
</style>
background-color css
<style>
a { background-color: #C2B21C; }
a { background-color: rgb(194,178,28); }
div.DivClassName
{
background-color: #C2B21C;
}
.BgClassName
{
background-color: #C2B21C;
}
</style>
border-color css
<style>
span { border-color: #C2B21C; }
span { border-color: rgb(194,178,28); }
td.TdClassName
{
border-color: #C2B21C;
}
.TagClassName
{
border-color: #C2B21C;
}
</style>