Shades of Earls Green #C2B21D
Tints of Earls Green #C2B21D
RGB
CMYK
RGB Variations
Color information
#C2B21D (or 0xC2B21D) is known color: Earls Green. HEX triplet: C2, B2 and 1D. RGB value is (194,178,29). Sum of RGB (Red+Green+Blue) = 194+178+29=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B21D is #3D4DE2. Grayscale: #A6A6A6. Windows color (decimal): -4017635 or 1946306. OLE color: 1946306.
HSL color Cylindrical-coordinate representation of color #C2B21D: hue angle of 54.18º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2B21D is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 29 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.24 |
| HSL | 54.18º | 0.74% | 0.44% | - |
| HSV(B) | 54.18º | 0.85% | 0.76% | - |
| XYZ | 38.39 | 43.4 | 7.52 | - |
| YUV | 165.8 | 50.8 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 29 | 0 | 0.08 | 0.85 | 0.24 | 54.18 | 0.74 | 0.44 |
| Hex | C2 | B2 | 1D | 0 | 8 | 55 | 18 | 36 | 4A | 2C |
| Octal | 302 | 262 | 35 | 0 | 10 | 125 | 30 | 66 | 112 | 54 |
| Binary | 11000010 | 10110010 | 11101 | 0 | 1000 | 1010101 | 11000 | 110110 | 1001010 | 101100 |
Color Harmonies of #C2B21D
Complementary color
Monochromatic Colors of #C2B21D
Black with #C2B21D
Text Example
Text Example
White with #C2B21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B21D; }
p { color: rgb(194,178,29); }
H1.HeaderClassName
{
color: #C2B21D;
}
.AnyTagClassName
{
color: #C2B21D;
}
</style>
background-color css
<style>
a { background-color: #C2B21D; }
a { background-color: rgb(194,178,29); }
div.DivClassName
{
background-color: #C2B21D;
}
.BgClassName
{
background-color: #C2B21D;
}
</style>
border-color css
<style>
span { border-color: #C2B21D; }
span { border-color: rgb(194,178,29); }
td.TdClassName
{
border-color: #C2B21D;
}
.TagClassName
{
border-color: #C2B21D;
}
</style>