Shades of Earls Green #C9AF1F
Tints of Earls Green #C9AF1F
RGB
CMYK
RGB Variations
Color information
#C9AF1F (or 0xC9AF1F) is known color: Earls Green. HEX triplet: C9, AF and 1F. RGB value is (201,175,31). Sum of RGB (Red+Green+Blue) = 201+175+31=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF1F is #3650E0. Grayscale: #A6A6A6. Windows color (decimal): -3559649 or 2076617. OLE color: 2076617.
HSL color Cylindrical-coordinate representation of color #C9AF1F: hue angle of 50.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9AF1F is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 31 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.21 |
| HSL | 50.82º | 0.73% | 0.45% | - |
| HSV(B) | 50.82º | 0.85% | 0.79% | - |
| XYZ | 39.66 | 43.18 | 7.54 | - |
| YUV | 166.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 31 | 0 | 0.13 | 0.85 | 0.21 | 50.82 | 0.73 | 0.45 |
| Hex | C9 | AF | 1F | 0 | D | 55 | 15 | 33 | 49 | 2D |
| Octal | 311 | 257 | 37 | 0 | 15 | 125 | 25 | 63 | 111 | 55 |
| Binary | 11001001 | 10101111 | 11111 | 0 | 1101 | 1010101 | 10101 | 110011 | 1001001 | 101101 |
Color Harmonies of #C9AF1F
Complementary color
Monochromatic Colors of #C9AF1F
Black with #C9AF1F
Text Example
Text Example
White with #C9AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF1F; }
p { color: rgb(201,175,31); }
H1.HeaderClassName
{
color: #C9AF1F;
}
.AnyTagClassName
{
color: #C9AF1F;
}
</style>
background-color css
<style>
a { background-color: #C9AF1F; }
a { background-color: rgb(201,175,31); }
div.DivClassName
{
background-color: #C9AF1F;
}
.BgClassName
{
background-color: #C9AF1F;
}
</style>
border-color css
<style>
span { border-color: #C9AF1F; }
span { border-color: rgb(201,175,31); }
td.TdClassName
{
border-color: #C9AF1F;
}
.TagClassName
{
border-color: #C9AF1F;
}
</style>