Shades of Earls Green #C9B127
Tints of Earls Green #C9B127
RGB
CMYK
RGB Variations
Color information
#C9B127 (or 0xC9B127) is known color: Earls Green. HEX triplet: C9, B1 and 27. RGB value is (201,177,39). Sum of RGB (Red+Green+Blue) = 201+177+39=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B127 is #364ED8. Grayscale: #A9A9A9. Windows color (decimal): -3559129 or 2601417. OLE color: 2601417.
HSL color Cylindrical-coordinate representation of color #C9B127: hue angle of 51.11º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9B127 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 39 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.21 |
| HSL | 51.11º | 0.68% | 0.47% | - |
| HSV(B) | 51.11º | 0.81% | 0.79% | - |
| XYZ | 40.18 | 44.01 | 8.3 | - |
| YUV | 168.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 39 | 0 | 0.12 | 0.81 | 0.21 | 51.11 | 0.68 | 0.47 |
| Hex | C9 | B1 | 27 | 0 | C | 51 | 15 | 33 | 44 | 2F |
| Octal | 311 | 261 | 47 | 0 | 14 | 121 | 25 | 63 | 104 | 57 |
| Binary | 11001001 | 10110001 | 100111 | 0 | 1100 | 1010001 | 10101 | 110011 | 1000100 | 101111 |
Color Harmonies of #C9B127
Complementary color
Monochromatic Colors of #C9B127
Black with #C9B127
Text Example
Text Example
White with #C9B127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B127; }
p { color: rgb(201,177,39); }
H1.HeaderClassName
{
color: #C9B127;
}
.AnyTagClassName
{
color: #C9B127;
}
</style>
background-color css
<style>
a { background-color: #C9B127; }
a { background-color: rgb(201,177,39); }
div.DivClassName
{
background-color: #C9B127;
}
.BgClassName
{
background-color: #C9B127;
}
</style>
border-color css
<style>
span { border-color: #C9B127; }
span { border-color: rgb(201,177,39); }
td.TdClassName
{
border-color: #C9B127;
}
.TagClassName
{
border-color: #C9B127;
}
</style>