Shades of Earls Green #C2B325
Tints of Earls Green #C2B325
RGB
CMYK
RGB Variations
Color information
#C2B325 (or 0xC2B325) is known color: Earls Green. HEX triplet: C2, B3 and 25. RGB value is (194,179,37). Sum of RGB (Red+Green+Blue) = 194+179+37=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B325 is #3D4CDA. Grayscale: #A7A7A7. Windows color (decimal): -4017371 or 2470850. OLE color: 2470850.
HSL color Cylindrical-coordinate representation of color #C2B325: hue angle of 54.27º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2B325 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 37 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.24 |
| HSL | 54.27º | 0.68% | 0.45% | - |
| HSV(B) | 54.27º | 0.81% | 0.76% | - |
| XYZ | 38.7 | 43.84 | 8.17 | - |
| YUV | 167.3 | 54.47 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 37 | 0 | 0.08 | 0.81 | 0.24 | 54.27 | 0.68 | 0.45 |
| Hex | C2 | B3 | 25 | 0 | 8 | 51 | 18 | 36 | 44 | 2D |
| Octal | 302 | 263 | 45 | 0 | 10 | 121 | 30 | 66 | 104 | 55 |
| Binary | 11000010 | 10110011 | 100101 | 0 | 1000 | 1010001 | 11000 | 110110 | 1000100 | 101101 |
Color Harmonies of #C2B325
Complementary color
Monochromatic Colors of #C2B325
Black with #C2B325
Text Example
Text Example
White with #C2B325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B325; }
p { color: rgb(194,179,37); }
H1.HeaderClassName
{
color: #C2B325;
}
.AnyTagClassName
{
color: #C2B325;
}
</style>
background-color css
<style>
a { background-color: #C2B325; }
a { background-color: rgb(194,179,37); }
div.DivClassName
{
background-color: #C2B325;
}
.BgClassName
{
background-color: #C2B325;
}
</style>
border-color css
<style>
span { border-color: #C2B325; }
span { border-color: rgb(194,179,37); }
td.TdClassName
{
border-color: #C2B325;
}
.TagClassName
{
border-color: #C2B325;
}
</style>