Shades of Earls Green #C5B01D
Tints of Earls Green #C5B01D
RGB
CMYK
RGB Variations
Color information
#C5B01D (or 0xC5B01D) is known color: Earls Green. HEX triplet: C5, B0 and 1D. RGB value is (197,176,29). Sum of RGB (Red+Green+Blue) = 197+176+29=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B01D is #3A4FE2. Grayscale: #A6A6A6. Windows color (decimal): -3821539 or 1945797. OLE color: 1945797.
HSL color Cylindrical-coordinate representation of color #C5B01D: hue angle of 52.5º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5B01D is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 29 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.23 |
| HSL | 52.5º | 0.74% | 0.44% | - |
| HSV(B) | 52.5º | 0.85% | 0.77% | - |
| XYZ | 38.77 | 43.01 | 7.42 | - |
| YUV | 165.52 | 50.96 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 29 | 0 | 0.11 | 0.85 | 0.23 | 52.5 | 0.74 | 0.44 |
| Hex | C5 | B0 | 1D | 0 | B | 55 | 17 | 34 | 4A | 2C |
| Octal | 305 | 260 | 35 | 0 | 13 | 125 | 27 | 64 | 112 | 54 |
| Binary | 11000101 | 10110000 | 11101 | 0 | 1011 | 1010101 | 10111 | 110100 | 1001010 | 101100 |
Color Harmonies of #C5B01D
Complementary color
Monochromatic Colors of #C5B01D
Black with #C5B01D
Text Example
Text Example
White with #C5B01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B01D; }
p { color: rgb(197,176,29); }
H1.HeaderClassName
{
color: #C5B01D;
}
.AnyTagClassName
{
color: #C5B01D;
}
</style>
background-color css
<style>
a { background-color: #C5B01D; }
a { background-color: rgb(197,176,29); }
div.DivClassName
{
background-color: #C5B01D;
}
.BgClassName
{
background-color: #C5B01D;
}
</style>
border-color css
<style>
span { border-color: #C5B01D; }
span { border-color: rgb(197,176,29); }
td.TdClassName
{
border-color: #C5B01D;
}
.TagClassName
{
border-color: #C5B01D;
}
</style>