Shades of Gossip #A6C992
Tints of Gossip #A6C992
RGB
CMYK
RGB Variations
Color information
#A6C992 (or 0xA6C992) is known color: Gossip. HEX triplet: A6, C9 and 92. RGB value is (166,201,146). Sum of RGB (Red+Green+Blue) = 166+201+146=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C992 is #59366D. Grayscale: #B8B8B8. Windows color (decimal): -5846638 or 9619878. OLE color: 9619878.
HSL color Cylindrical-coordinate representation of color #A6C992: hue angle of 98.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6C992 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 146 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.21 |
| HSL | 98.18º | 0.34% | 0.68% | - |
| HSV(B) | 98.18º | 0.27% | 0.79% | - |
| XYZ | 41.8 | 51.96 | 35.02 | - |
| YUV | 184.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 146 | 0.17 | 0 | 0.27 | 0.21 | 98.18 | 0.34 | 0.68 |
| Hex | A6 | C9 | 92 | 11 | 0 | 1B | 15 | 62 | 22 | 44 |
| Octal | 246 | 311 | 222 | 21 | 0 | 33 | 25 | 142 | 42 | 104 |
| Binary | 10100110 | 11001001 | 10010010 | 10001 | 0 | 11011 | 10101 | 1100010 | 100010 | 1000100 |
Color Harmonies of #A6C992
Complementary color
Monochromatic Colors of #A6C992
Black with #A6C992
Text Example
Text Example
White with #A6C992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C992; }
p { color: rgb(166,201,146); }
H1.HeaderClassName
{
color: #A6C992;
}
.AnyTagClassName
{
color: #A6C992;
}
</style>
background-color css
<style>
a { background-color: #A6C992; }
a { background-color: rgb(166,201,146); }
div.DivClassName
{
background-color: #A6C992;
}
.BgClassName
{
background-color: #A6C992;
}
</style>
border-color css
<style>
span { border-color: #A6C992; }
span { border-color: rgb(166,201,146); }
td.TdClassName
{
border-color: #A6C992;
}
.TagClassName
{
border-color: #A6C992;
}
</style>