Shades of Earls Green #C5B11B
Tints of Earls Green #C5B11B
RGB
CMYK
RGB Variations
Color information
#C5B11B (or 0xC5B11B) is known color: Earls Green. HEX triplet: C5, B1 and 1B. RGB value is (197,177,27). Sum of RGB (Red+Green+Blue) = 197+177+27=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B11B is #3A4EE4. Grayscale: #A6A6A6. Windows color (decimal): -3821285 or 1814981. OLE color: 1814981.
HSL color Cylindrical-coordinate representation of color #C5B11B: hue angle of 52.94º 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 #C5B11B is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 27 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.23 |
| HSL | 52.94º | 0.76% | 0.44% | - |
| HSV(B) | 52.94º | 0.86% | 0.77% | - |
| XYZ | 38.95 | 43.39 | 7.36 | - |
| YUV | 165.88 | 49.63 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 27 | 0 | 0.10 | 0.86 | 0.23 | 52.94 | 0.76 | 0.44 |
| Hex | C5 | B1 | 1B | 0 | A | 56 | 17 | 35 | 4C | 2C |
| Octal | 305 | 261 | 33 | 0 | 12 | 126 | 27 | 65 | 114 | 54 |
| Binary | 11000101 | 10110001 | 11011 | 0 | 1010 | 1010110 | 10111 | 110101 | 1001100 | 101100 |
Color Harmonies of #C5B11B
Complementary color
Monochromatic Colors of #C5B11B
Black with #C5B11B
Text Example
Text Example
White with #C5B11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B11B; }
p { color: rgb(197,177,27); }
H1.HeaderClassName
{
color: #C5B11B;
}
.AnyTagClassName
{
color: #C5B11B;
}
</style>
background-color css
<style>
a { background-color: #C5B11B; }
a { background-color: rgb(197,177,27); }
div.DivClassName
{
background-color: #C5B11B;
}
.BgClassName
{
background-color: #C5B11B;
}
</style>
border-color css
<style>
span { border-color: #C5B11B; }
span { border-color: rgb(197,177,27); }
td.TdClassName
{
border-color: #C5B11B;
}
.TagClassName
{
border-color: #C5B11B;
}
</style>