Shades of Earls Green #C9B224
Tints of Earls Green #C9B224
RGB
CMYK
RGB Variations
Color information
#C9B224 (or 0xC9B224) is known color: Earls Green. HEX triplet: C9, B2 and 24. RGB value is (201,178,36). Sum of RGB (Red+Green+Blue) = 201+178+36=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B224 is #364DDB. Grayscale: #A9A9A9. Windows color (decimal): -3558876 or 2405065. OLE color: 2405065.
HSL color Cylindrical-coordinate representation of color #C9B224: hue angle of 51.64º 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 #C9B224 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 36 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.21 |
| HSL | 51.64º | 0.7% | 0.46% | - |
| HSV(B) | 51.64º | 0.82% | 0.79% | - |
| XYZ | 40.33 | 44.39 | 8.11 | - |
| YUV | 168.69 | 53.12 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 36 | 0 | 0.11 | 0.82 | 0.21 | 51.64 | 0.7 | 0.46 |
| Hex | C9 | B2 | 24 | 0 | B | 52 | 15 | 34 | 46 | 2E |
| Octal | 311 | 262 | 44 | 0 | 13 | 122 | 25 | 64 | 106 | 56 |
| Binary | 11001001 | 10110010 | 100100 | 0 | 1011 | 1010010 | 10101 | 110100 | 1000110 | 101110 |
Color Harmonies of #C9B224
Complementary color
Monochromatic Colors of #C9B224
Black with #C9B224
Text Example
Text Example
White with #C9B224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B224; }
p { color: rgb(201,178,36); }
H1.HeaderClassName
{
color: #C9B224;
}
.AnyTagClassName
{
color: #C9B224;
}
</style>
background-color css
<style>
a { background-color: #C9B224; }
a { background-color: rgb(201,178,36); }
div.DivClassName
{
background-color: #C9B224;
}
.BgClassName
{
background-color: #C9B224;
}
</style>
border-color css
<style>
span { border-color: #C9B224; }
span { border-color: rgb(201,178,36); }
td.TdClassName
{
border-color: #C9B224;
}
.TagClassName
{
border-color: #C9B224;
}
</style>