Shades of Gossip #A6CF94
Tints of Gossip #A6CF94
RGB
CMYK
RGB Variations
Color information
#A6CF94 (or 0xA6CF94) is known color: Gossip. HEX triplet: A6, CF and 94. RGB value is (166,207,148). Sum of RGB (Red+Green+Blue) = 166+207+148=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CF94 is #59306B. Grayscale: #BCBCBC. Windows color (decimal): -5845100 or 9752486. OLE color: 9752486.
HSL color Cylindrical-coordinate representation of color #A6CF94: hue angle of 101.69º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6CF94 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 148 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.19 |
| HSL | 101.69º | 0.38% | 0.7% | - |
| HSV(B) | 101.69º | 0.29% | 0.81% | - |
| XYZ | 43.38 | 54.87 | 36.32 | - |
| YUV | 188.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 148 | 0.20 | 0 | 0.29 | 0.19 | 101.69 | 0.38 | 0.7 |
| Hex | A6 | CF | 94 | 14 | 0 | 1D | 13 | 66 | 26 | 46 |
| Octal | 246 | 317 | 224 | 24 | 0 | 35 | 23 | 146 | 46 | 106 |
| Binary | 10100110 | 11001111 | 10010100 | 10100 | 0 | 11101 | 10011 | 1100110 | 100110 | 1000110 |
Color Harmonies of #A6CF94
Complementary color
Monochromatic Colors of #A6CF94
Black with #A6CF94
Text Example
Text Example
White with #A6CF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF94; }
p { color: rgb(166,207,148); }
H1.HeaderClassName
{
color: #A6CF94;
}
.AnyTagClassName
{
color: #A6CF94;
}
</style>
background-color css
<style>
a { background-color: #A6CF94; }
a { background-color: rgb(166,207,148); }
div.DivClassName
{
background-color: #A6CF94;
}
.BgClassName
{
background-color: #A6CF94;
}
</style>
border-color css
<style>
span { border-color: #A6CF94; }
span { border-color: rgb(166,207,148); }
td.TdClassName
{
border-color: #A6CF94;
}
.TagClassName
{
border-color: #A6CF94;
}
</style>