Shades of Earls Green #C5B127
Tints of Earls Green #C5B127
RGB
CMYK
RGB Variations
Color information
#C5B127 (or 0xC5B127) is known color: Earls Green. HEX triplet: C5, B1 and 27. RGB value is (197,177,39). Sum of RGB (Red+Green+Blue) = 197+177+39=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B127 is #3A4ED8. Grayscale: #A7A7A7. Windows color (decimal): -3821273 or 2601413. OLE color: 2601413.
HSL color Cylindrical-coordinate representation of color #C5B127: hue angle of 52.41º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5B127 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 39 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.23 |
| HSL | 52.41º | 0.67% | 0.46% | - |
| HSV(B) | 52.41º | 0.8% | 0.77% | - |
| XYZ | 39.11 | 43.46 | 8.25 | - |
| YUV | 167.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 39 | 0 | 0.10 | 0.80 | 0.23 | 52.41 | 0.67 | 0.46 |
| Hex | C5 | B1 | 27 | 0 | A | 50 | 17 | 34 | 43 | 2E |
| Octal | 305 | 261 | 47 | 0 | 12 | 120 | 27 | 64 | 103 | 56 |
| Binary | 11000101 | 10110001 | 100111 | 0 | 1010 | 1010000 | 10111 | 110100 | 1000011 | 101110 |
Color Harmonies of #C5B127
Complementary color
Monochromatic Colors of #C5B127
Black with #C5B127
Text Example
Text Example
White with #C5B127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B127; }
p { color: rgb(197,177,39); }
H1.HeaderClassName
{
color: #C5B127;
}
.AnyTagClassName
{
color: #C5B127;
}
</style>
background-color css
<style>
a { background-color: #C5B127; }
a { background-color: rgb(197,177,39); }
div.DivClassName
{
background-color: #C5B127;
}
.BgClassName
{
background-color: #C5B127;
}
</style>
border-color css
<style>
span { border-color: #C5B127; }
span { border-color: rgb(197,177,39); }
td.TdClassName
{
border-color: #C5B127;
}
.TagClassName
{
border-color: #C5B127;
}
</style>