Shades of Earls Green #C5B223
Tints of Earls Green #C5B223
RGB
CMYK
RGB Variations
Color information
#C5B223 (or 0xC5B223) is known color: Earls Green. HEX triplet: C5, B2 and 23. RGB value is (197,178,35). Sum of RGB (Red+Green+Blue) = 197+178+35=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B223 is #3A4DDC. Grayscale: #A7A7A7. Windows color (decimal): -3821021 or 2339525. OLE color: 2339525.
HSL color Cylindrical-coordinate representation of color #C5B223: hue angle of 52.96º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5B223 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 35 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.23 |
| HSL | 52.96º | 0.7% | 0.45% | - |
| HSV(B) | 52.96º | 0.82% | 0.77% | - |
| XYZ | 39.25 | 43.83 | 7.98 | - |
| YUV | 167.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 35 | 0 | 0.10 | 0.82 | 0.23 | 52.96 | 0.7 | 0.45 |
| Hex | C5 | B2 | 23 | 0 | A | 52 | 17 | 35 | 46 | 2D |
| Octal | 305 | 262 | 43 | 0 | 12 | 122 | 27 | 65 | 106 | 55 |
| Binary | 11000101 | 10110010 | 100011 | 0 | 1010 | 1010010 | 10111 | 110101 | 1000110 | 101101 |
Color Harmonies of #C5B223
Complementary color
Monochromatic Colors of #C5B223
Black with #C5B223
Text Example
Text Example
White with #C5B223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B223; }
p { color: rgb(197,178,35); }
H1.HeaderClassName
{
color: #C5B223;
}
.AnyTagClassName
{
color: #C5B223;
}
</style>
background-color css
<style>
a { background-color: #C5B223; }
a { background-color: rgb(197,178,35); }
div.DivClassName
{
background-color: #C5B223;
}
.BgClassName
{
background-color: #C5B223;
}
</style>
border-color css
<style>
span { border-color: #C5B223; }
span { border-color: rgb(197,178,35); }
td.TdClassName
{
border-color: #C5B223;
}
.TagClassName
{
border-color: #C5B223;
}
</style>