Shades of Earls Green #C2B11D
Tints of Earls Green #C2B11D
RGB
CMYK
RGB Variations
Color information
#C2B11D (or 0xC2B11D) is known color: Earls Green. HEX triplet: C2, B1 and 1D. RGB value is (194,177,29). Sum of RGB (Red+Green+Blue) = 194+177+29=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B11D is #3D4EE2. Grayscale: #A5A5A5. Windows color (decimal): -4017891 or 1946050. OLE color: 1946050.
HSL color Cylindrical-coordinate representation of color #C2B11D: hue angle of 53.82º 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 #C2B11D is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 29 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.24 |
| HSL | 53.82º | 0.74% | 0.44% | - |
| HSV(B) | 53.82º | 0.85% | 0.76% | - |
| XYZ | 38.19 | 43 | 7.45 | - |
| YUV | 165.21 | 51.13 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 29 | 0 | 0.09 | 0.85 | 0.24 | 53.82 | 0.74 | 0.44 |
| Hex | C2 | B1 | 1D | 0 | 9 | 55 | 18 | 36 | 4A | 2C |
| Octal | 302 | 261 | 35 | 0 | 11 | 125 | 30 | 66 | 112 | 54 |
| Binary | 11000010 | 10110001 | 11101 | 0 | 1001 | 1010101 | 11000 | 110110 | 1001010 | 101100 |
Color Harmonies of #C2B11D
Complementary color
Monochromatic Colors of #C2B11D
Black with #C2B11D
Text Example
Text Example
White with #C2B11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B11D; }
p { color: rgb(194,177,29); }
H1.HeaderClassName
{
color: #C2B11D;
}
.AnyTagClassName
{
color: #C2B11D;
}
</style>
background-color css
<style>
a { background-color: #C2B11D; }
a { background-color: rgb(194,177,29); }
div.DivClassName
{
background-color: #C2B11D;
}
.BgClassName
{
background-color: #C2B11D;
}
</style>
border-color css
<style>
span { border-color: #C2B11D; }
span { border-color: rgb(194,177,29); }
td.TdClassName
{
border-color: #C2B11D;
}
.TagClassName
{
border-color: #C2B11D;
}
</style>