Shades of Earls Green #C9B124
Tints of Earls Green #C9B124
RGB
CMYK
RGB Variations
Color information
#C9B124 (or 0xC9B124) is known color: Earls Green. HEX triplet: C9, B1 and 24. RGB value is (201,177,36). Sum of RGB (Red+Green+Blue) = 201+177+36=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B124 is #364EDB. Grayscale: #A8A8A8. Windows color (decimal): -3559132 or 2404809. OLE color: 2404809.
HSL color Cylindrical-coordinate representation of color #C9B124: hue angle of 51.27º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9B124 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 36 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.21 |
| HSL | 51.27º | 0.7% | 0.46% | - |
| HSV(B) | 51.27º | 0.82% | 0.79% | - |
| XYZ | 40.13 | 43.99 | 8.04 | - |
| YUV | 168.1 | 53.45 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 36 | 0 | 0.12 | 0.82 | 0.21 | 51.27 | 0.7 | 0.46 |
| Hex | C9 | B1 | 24 | 0 | C | 52 | 15 | 33 | 46 | 2E |
| Octal | 311 | 261 | 44 | 0 | 14 | 122 | 25 | 63 | 106 | 56 |
| Binary | 11001001 | 10110001 | 100100 | 0 | 1100 | 1010010 | 10101 | 110011 | 1000110 | 101110 |
Color Harmonies of #C9B124
Complementary color
Monochromatic Colors of #C9B124
Black with #C9B124
Text Example
Text Example
White with #C9B124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B124; }
p { color: rgb(201,177,36); }
H1.HeaderClassName
{
color: #C9B124;
}
.AnyTagClassName
{
color: #C9B124;
}
</style>
background-color css
<style>
a { background-color: #C9B124; }
a { background-color: rgb(201,177,36); }
div.DivClassName
{
background-color: #C9B124;
}
.BgClassName
{
background-color: #C9B124;
}
</style>
border-color css
<style>
span { border-color: #C9B124; }
span { border-color: rgb(201,177,36); }
td.TdClassName
{
border-color: #C9B124;
}
.TagClassName
{
border-color: #C9B124;
}
</style>