Shades of Gossip #A6CF91
Tints of Gossip #A6CF91
RGB
CMYK
RGB Variations
Color information
#A6CF91 (or 0xA6CF91) is known color: Gossip. HEX triplet: A6, CF and 91. RGB value is (166,207,145). Sum of RGB (Red+Green+Blue) = 166+207+145=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CF91 is #59306E. Grayscale: #BBBBBB. Windows color (decimal): -5845103 or 9555878. OLE color: 9555878.
HSL color Cylindrical-coordinate representation of color #A6CF91: hue angle of 99.68º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6CF91 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 145 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.19 |
| HSL | 99.68º | 0.39% | 0.69% | - |
| HSV(B) | 99.68º | 0.3% | 0.81% | - |
| XYZ | 43.15 | 54.78 | 35.09 | - |
| YUV | 187.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 145 | 0.20 | 0 | 0.30 | 0.19 | 99.68 | 0.39 | 0.69 |
| Hex | A6 | CF | 91 | 14 | 0 | 1E | 13 | 64 | 27 | 45 |
| Octal | 246 | 317 | 221 | 24 | 0 | 36 | 23 | 144 | 47 | 105 |
| Binary | 10100110 | 11001111 | 10010001 | 10100 | 0 | 11110 | 10011 | 1100100 | 100111 | 1000101 |
Color Harmonies of #A6CF91
Complementary color
Monochromatic Colors of #A6CF91
Black with #A6CF91
Text Example
Text Example
White with #A6CF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF91; }
p { color: rgb(166,207,145); }
H1.HeaderClassName
{
color: #A6CF91;
}
.AnyTagClassName
{
color: #A6CF91;
}
</style>
background-color css
<style>
a { background-color: #A6CF91; }
a { background-color: rgb(166,207,145); }
div.DivClassName
{
background-color: #A6CF91;
}
.BgClassName
{
background-color: #A6CF91;
}
</style>
border-color css
<style>
span { border-color: #A6CF91; }
span { border-color: rgb(166,207,145); }
td.TdClassName
{
border-color: #A6CF91;
}
.TagClassName
{
border-color: #A6CF91;
}
</style>