Shades of Earls Green #C5B11C
Tints of Earls Green #C5B11C
RGB
CMYK
RGB Variations
Color information
#C5B11C (or 0xC5B11C) is known color: Earls Green. HEX triplet: C5, B1 and 1C. RGB value is (197,177,28). Sum of RGB (Red+Green+Blue) = 197+177+28=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B11C is #3A4EE3. Grayscale: #A6A6A6. Windows color (decimal): -3821284 or 1880517. OLE color: 1880517.
HSL color Cylindrical-coordinate representation of color #C5B11C: hue angle of 52.9º degrees, saturation: 0.75, 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 #C5B11C is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 28 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.23 |
| HSL | 52.9º | 0.75% | 0.44% | - |
| HSV(B) | 52.9º | 0.86% | 0.77% | - |
| XYZ | 38.96 | 43.4 | 7.42 | - |
| YUV | 165.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 28 | 0 | 0.10 | 0.86 | 0.23 | 52.9 | 0.75 | 0.44 |
| Hex | C5 | B1 | 1C | 0 | A | 56 | 17 | 35 | 4B | 2C |
| Octal | 305 | 261 | 34 | 0 | 12 | 126 | 27 | 65 | 113 | 54 |
| Binary | 11000101 | 10110001 | 11100 | 0 | 1010 | 1010110 | 10111 | 110101 | 1001011 | 101100 |
Color Harmonies of #C5B11C
Complementary color
Monochromatic Colors of #C5B11C
Black with #C5B11C
Text Example
Text Example
White with #C5B11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B11C; }
p { color: rgb(197,177,28); }
H1.HeaderClassName
{
color: #C5B11C;
}
.AnyTagClassName
{
color: #C5B11C;
}
</style>
background-color css
<style>
a { background-color: #C5B11C; }
a { background-color: rgb(197,177,28); }
div.DivClassName
{
background-color: #C5B11C;
}
.BgClassName
{
background-color: #C5B11C;
}
</style>
border-color css
<style>
span { border-color: #C5B11C; }
span { border-color: rgb(197,177,28); }
td.TdClassName
{
border-color: #C5B11C;
}
.TagClassName
{
border-color: #C5B11C;
}
</style>