Shades of Earls Green #C6AF1F
Tints of Earls Green #C6AF1F
RGB
CMYK
RGB Variations
Color information
#C6AF1F (or 0xC6AF1F) is known color: Earls Green. HEX triplet: C6, AF and 1F. RGB value is (198,175,31). Sum of RGB (Red+Green+Blue) = 198+175+31=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF1F is #3950E0. Grayscale: #A6A6A6. Windows color (decimal): -3756257 or 2076614. OLE color: 2076614.
HSL color Cylindrical-coordinate representation of color #C6AF1F: hue angle of 51.74º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6AF1F is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 31 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.22 |
| HSL | 51.74º | 0.73% | 0.45% | - |
| HSV(B) | 51.74º | 0.84% | 0.78% | - |
| XYZ | 38.87 | 42.76 | 7.5 | - |
| YUV | 165.46 | 52.12 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 31 | 0 | 0.12 | 0.84 | 0.22 | 51.74 | 0.73 | 0.45 |
| Hex | C6 | AF | 1F | 0 | C | 54 | 16 | 34 | 49 | 2D |
| Octal | 306 | 257 | 37 | 0 | 14 | 124 | 26 | 64 | 111 | 55 |
| Binary | 11000110 | 10101111 | 11111 | 0 | 1100 | 1010100 | 10110 | 110100 | 1001001 | 101101 |
Color Harmonies of #C6AF1F
Complementary color
Monochromatic Colors of #C6AF1F
Black with #C6AF1F
Text Example
Text Example
White with #C6AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF1F; }
p { color: rgb(198,175,31); }
H1.HeaderClassName
{
color: #C6AF1F;
}
.AnyTagClassName
{
color: #C6AF1F;
}
</style>
background-color css
<style>
a { background-color: #C6AF1F; }
a { background-color: rgb(198,175,31); }
div.DivClassName
{
background-color: #C6AF1F;
}
.BgClassName
{
background-color: #C6AF1F;
}
</style>
border-color css
<style>
span { border-color: #C6AF1F; }
span { border-color: rgb(198,175,31); }
td.TdClassName
{
border-color: #C6AF1F;
}
.TagClassName
{
border-color: #C6AF1F;
}
</style>