Shades of Earls Green #C5AA1B
Tints of Earls Green #C5AA1B
RGB
CMYK
RGB Variations
Color information
#C5AA1B (or 0xC5AA1B) is known color: Earls Green. HEX triplet: C5, AA and 1B. RGB value is (197,170,27). Sum of RGB (Red+Green+Blue) = 197+170+27=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA1B is #3A55E4. Grayscale: #A2A2A2. Windows color (decimal): -3823077 or 1813189. OLE color: 1813189.
HSL color Cylindrical-coordinate representation of color #C5AA1B: hue angle of 50.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5AA1B is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 27 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.23 |
| HSL | 50.47º | 0.76% | 0.44% | - |
| HSV(B) | 50.47º | 0.86% | 0.77% | - |
| XYZ | 37.6 | 40.7 | 6.91 | - |
| YUV | 161.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 27 | 0 | 0.14 | 0.86 | 0.23 | 50.47 | 0.76 | 0.44 |
| Hex | C5 | AA | 1B | 0 | E | 56 | 17 | 32 | 4C | 2C |
| Octal | 305 | 252 | 33 | 0 | 16 | 126 | 27 | 62 | 114 | 54 |
| Binary | 11000101 | 10101010 | 11011 | 0 | 1110 | 1010110 | 10111 | 110010 | 1001100 | 101100 |
Color Harmonies of #C5AA1B
Complementary color
Monochromatic Colors of #C5AA1B
Black with #C5AA1B
Text Example
Text Example
White with #C5AA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA1B; }
p { color: rgb(197,170,27); }
H1.HeaderClassName
{
color: #C5AA1B;
}
.AnyTagClassName
{
color: #C5AA1B;
}
</style>
background-color css
<style>
a { background-color: #C5AA1B; }
a { background-color: rgb(197,170,27); }
div.DivClassName
{
background-color: #C5AA1B;
}
.BgClassName
{
background-color: #C5AA1B;
}
</style>
border-color css
<style>
span { border-color: #C5AA1B; }
span { border-color: rgb(197,170,27); }
td.TdClassName
{
border-color: #C5AA1B;
}
.TagClassName
{
border-color: #C5AA1B;
}
</style>