Shades of Earls Green #C9AF1B
Tints of Earls Green #C9AF1B
RGB
CMYK
RGB Variations
Color information
#C9AF1B (or 0xC9AF1B) is known color: Earls Green. HEX triplet: C9, AF and 1B. RGB value is (201,175,27). Sum of RGB (Red+Green+Blue) = 201+175+27=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF1B is #3650E4. Grayscale: #A6A6A6. Windows color (decimal): -3559653 or 1814473. OLE color: 1814473.
HSL color Cylindrical-coordinate representation of color #C9AF1B: hue angle of 51.03º 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 #C9AF1B is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 27 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.21 |
| HSL | 51.03º | 0.76% | 0.45% | - |
| HSV(B) | 51.03º | 0.87% | 0.79% | - |
| XYZ | 39.62 | 43.16 | 7.28 | - |
| YUV | 165.9 | 49.61 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 27 | 0 | 0.13 | 0.87 | 0.21 | 51.03 | 0.76 | 0.45 |
| Hex | C9 | AF | 1B | 0 | D | 57 | 15 | 33 | 4C | 2D |
| Octal | 311 | 257 | 33 | 0 | 15 | 127 | 25 | 63 | 114 | 55 |
| Binary | 11001001 | 10101111 | 11011 | 0 | 1101 | 1010111 | 10101 | 110011 | 1001100 | 101101 |
Color Harmonies of #C9AF1B
Complementary color
Monochromatic Colors of #C9AF1B
Black with #C9AF1B
Text Example
Text Example
White with #C9AF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF1B; }
p { color: rgb(201,175,27); }
H1.HeaderClassName
{
color: #C9AF1B;
}
.AnyTagClassName
{
color: #C9AF1B;
}
</style>
background-color css
<style>
a { background-color: #C9AF1B; }
a { background-color: rgb(201,175,27); }
div.DivClassName
{
background-color: #C9AF1B;
}
.BgClassName
{
background-color: #C9AF1B;
}
</style>
border-color css
<style>
span { border-color: #C9AF1B; }
span { border-color: rgb(201,175,27); }
td.TdClassName
{
border-color: #C9AF1B;
}
.TagClassName
{
border-color: #C9AF1B;
}
</style>