Shades of Earls Green #C6AD21
Tints of Earls Green #C6AD21
RGB
CMYK
RGB Variations
Color information
#C6AD21 (or 0xC6AD21) is known color: Earls Green. HEX triplet: C6, AD and 21. RGB value is (198,173,33). Sum of RGB (Red+Green+Blue) = 198+173+33=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD21 is #3952DE. Grayscale: #A5A5A5. Windows color (decimal): -3756767 or 2207174. OLE color: 2207174.
HSL color Cylindrical-coordinate representation of color #C6AD21: hue angle of 50.91º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6AD21 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 33 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.22 |
| HSL | 50.91º | 0.71% | 0.45% | - |
| HSV(B) | 50.91º | 0.83% | 0.78% | - |
| XYZ | 38.51 | 42 | 7.52 | - |
| YUV | 164.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 33 | 0 | 0.13 | 0.83 | 0.22 | 50.91 | 0.71 | 0.45 |
| Hex | C6 | AD | 21 | 0 | D | 53 | 16 | 33 | 47 | 2D |
| Octal | 306 | 255 | 41 | 0 | 15 | 123 | 26 | 63 | 107 | 55 |
| Binary | 11000110 | 10101101 | 100001 | 0 | 1101 | 1010011 | 10110 | 110011 | 1000111 | 101101 |
Color Harmonies of #C6AD21
Complementary color
Monochromatic Colors of #C6AD21
Black with #C6AD21
Text Example
Text Example
White with #C6AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AD21; }
p { color: rgb(198,173,33); }
H1.HeaderClassName
{
color: #C6AD21;
}
.AnyTagClassName
{
color: #C6AD21;
}
</style>
background-color css
<style>
a { background-color: #C6AD21; }
a { background-color: rgb(198,173,33); }
div.DivClassName
{
background-color: #C6AD21;
}
.BgClassName
{
background-color: #C6AD21;
}
</style>
border-color css
<style>
span { border-color: #C6AD21; }
span { border-color: rgb(198,173,33); }
td.TdClassName
{
border-color: #C6AD21;
}
.TagClassName
{
border-color: #C6AD21;
}
</style>