Shades of Earls Green #C5B522
Tints of Earls Green #C5B522
RGB
CMYK
RGB Variations
Color information
#C5B522 (or 0xC5B522) is known color: Earls Green. HEX triplet: C5, B5 and 22. RGB value is (197,181,34). Sum of RGB (Red+Green+Blue) = 197+181+34=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B522 is #3A4ADD. Grayscale: #A9A9A9. Windows color (decimal): -3820254 or 2274757. OLE color: 2274757.
HSL color Cylindrical-coordinate representation of color #C5B522: hue angle of 54.11º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5B522 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 34 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.23 |
| HSL | 54.11º | 0.71% | 0.45% | - |
| HSV(B) | 54.11º | 0.83% | 0.77% | - |
| XYZ | 39.84 | 45.03 | 8.11 | - |
| YUV | 169.03 | 51.8 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 34 | 0 | 0.08 | 0.83 | 0.23 | 54.11 | 0.71 | 0.45 |
| Hex | C5 | B5 | 22 | 0 | 8 | 53 | 17 | 36 | 47 | 2D |
| Octal | 305 | 265 | 42 | 0 | 10 | 123 | 27 | 66 | 107 | 55 |
| Binary | 11000101 | 10110101 | 100010 | 0 | 1000 | 1010011 | 10111 | 110110 | 1000111 | 101101 |
Color Harmonies of #C5B522
Complementary color
Monochromatic Colors of #C5B522
Black with #C5B522
Text Example
Text Example
White with #C5B522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B522; }
p { color: rgb(197,181,34); }
H1.HeaderClassName
{
color: #C5B522;
}
.AnyTagClassName
{
color: #C5B522;
}
</style>
background-color css
<style>
a { background-color: #C5B522; }
a { background-color: rgb(197,181,34); }
div.DivClassName
{
background-color: #C5B522;
}
.BgClassName
{
background-color: #C5B522;
}
</style>
border-color css
<style>
span { border-color: #C5B522; }
span { border-color: rgb(197,181,34); }
td.TdClassName
{
border-color: #C5B522;
}
.TagClassName
{
border-color: #C5B522;
}
</style>