Shades of Earls Green #C2B51D
Tints of Earls Green #C2B51D
RGB
CMYK
RGB Variations
Color information
#C2B51D (or 0xC2B51D) is known color: Earls Green. HEX triplet: C2, B5 and 1D. RGB value is (194,181,29). Sum of RGB (Red+Green+Blue) = 194+181+29=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B51D is #3D4AE2. Grayscale: #A8A8A8. Windows color (decimal): -4016867 or 1947074. OLE color: 1947074.
HSL color Cylindrical-coordinate representation of color #C2B51D: hue angle of 55.27º 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 #C2B51D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 29 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.24 |
| HSL | 55.27º | 0.74% | 0.44% | - |
| HSV(B) | 55.27º | 0.85% | 0.76% | - |
| XYZ | 38.99 | 44.61 | 7.72 | - |
| YUV | 167.56 | 49.81 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 29 | 0 | 0.07 | 0.85 | 0.24 | 55.27 | 0.74 | 0.44 |
| Hex | C2 | B5 | 1D | 0 | 7 | 55 | 18 | 37 | 4A | 2C |
| Octal | 302 | 265 | 35 | 0 | 7 | 125 | 30 | 67 | 112 | 54 |
| Binary | 11000010 | 10110101 | 11101 | 0 | 111 | 1010101 | 11000 | 110111 | 1001010 | 101100 |
Color Harmonies of #C2B51D
Complementary color
Monochromatic Colors of #C2B51D
Black with #C2B51D
Text Example
Text Example
White with #C2B51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B51D; }
p { color: rgb(194,181,29); }
H1.HeaderClassName
{
color: #C2B51D;
}
.AnyTagClassName
{
color: #C2B51D;
}
</style>
background-color css
<style>
a { background-color: #C2B51D; }
a { background-color: rgb(194,181,29); }
div.DivClassName
{
background-color: #C2B51D;
}
.BgClassName
{
background-color: #C2B51D;
}
</style>
border-color css
<style>
span { border-color: #C2B51D; }
span { border-color: rgb(194,181,29); }
td.TdClassName
{
border-color: #C2B51D;
}
.TagClassName
{
border-color: #C2B51D;
}
</style>