Shades of Earls Green #C9AD1B
Tints of Earls Green #C9AD1B
RGB
CMYK
RGB Variations
Color information
#C9AD1B (or 0xC9AD1B) is known color: Earls Green. HEX triplet: C9, AD and 1B. RGB value is (201,173,27). Sum of RGB (Red+Green+Blue) = 201+173+27=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD1B is #3652E4. Grayscale: #A5A5A5. Windows color (decimal): -3560165 or 1813961. OLE color: 1813961.
HSL color Cylindrical-coordinate representation of color #C9AD1B: hue angle of 50.34º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9AD1B is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 27 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.21 |
| HSL | 50.34º | 0.76% | 0.45% | - |
| HSV(B) | 50.34º | 0.87% | 0.79% | - |
| XYZ | 39.23 | 42.38 | 7.15 | - |
| YUV | 164.73 | 50.28 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 27 | 0 | 0.14 | 0.87 | 0.21 | 50.34 | 0.76 | 0.45 |
| Hex | C9 | AD | 1B | 0 | E | 57 | 15 | 32 | 4C | 2D |
| Octal | 311 | 255 | 33 | 0 | 16 | 127 | 25 | 62 | 114 | 55 |
| Binary | 11001001 | 10101101 | 11011 | 0 | 1110 | 1010111 | 10101 | 110010 | 1001100 | 101101 |
Color Harmonies of #C9AD1B
Complementary color
Monochromatic Colors of #C9AD1B
Black with #C9AD1B
Text Example
Text Example
White with #C9AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD1B; }
p { color: rgb(201,173,27); }
H1.HeaderClassName
{
color: #C9AD1B;
}
.AnyTagClassName
{
color: #C9AD1B;
}
</style>
background-color css
<style>
a { background-color: #C9AD1B; }
a { background-color: rgb(201,173,27); }
div.DivClassName
{
background-color: #C9AD1B;
}
.BgClassName
{
background-color: #C9AD1B;
}
</style>
border-color css
<style>
span { border-color: #C9AD1B; }
span { border-color: rgb(201,173,27); }
td.TdClassName
{
border-color: #C9AD1B;
}
.TagClassName
{
border-color: #C9AD1B;
}
</style>