Shades of Gossip #95C686
Tints of Gossip #95C686
RGB
CMYK
RGB Variations
Color information
#95C686 (or 0x95C686) is known color: Gossip. HEX triplet: 95, C6 and 86. RGB value is (149,198,134). Sum of RGB (Red+Green+Blue) = 149+198+134=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #95C686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C686 is #6A3979. Grayscale: #B0B0B0. Windows color (decimal): -6961530 or 8832661. OLE color: 8832661.
HSL color Cylindrical-coordinate representation of color #95C686: hue angle of 105.94º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95C686 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 134 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.22 |
| HSL | 105.94º | 0.36% | 0.65% | - |
| HSV(B) | 105.94º | 0.32% | 0.78% | - |
| XYZ | 36.89 | 48.5 | 29.97 | - |
| YUV | 176.05 | 104.27 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 134 | 0.25 | 0 | 0.32 | 0.22 | 105.94 | 0.36 | 0.65 |
| Hex | 95 | C6 | 86 | 19 | 0 | 20 | 16 | 6A | 24 | 41 |
| Octal | 225 | 306 | 206 | 31 | 0 | 40 | 26 | 152 | 44 | 101 |
| Binary | 10010101 | 11000110 | 10000110 | 11001 | 0 | 100000 | 10110 | 1101010 | 100100 | 1000001 |
Color Harmonies of #95C686
Complementary color
Monochromatic Colors of #95C686
Black with #95C686
Text Example
Text Example
White with #95C686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C686; }
p { color: rgb(149,198,134); }
H1.HeaderClassName
{
color: #95C686;
}
.AnyTagClassName
{
color: #95C686;
}
</style>
background-color css
<style>
a { background-color: #95C686; }
a { background-color: rgb(149,198,134); }
div.DivClassName
{
background-color: #95C686;
}
.BgClassName
{
background-color: #95C686;
}
</style>
border-color css
<style>
span { border-color: #95C686; }
span { border-color: rgb(149,198,134); }
td.TdClassName
{
border-color: #95C686;
}
.TagClassName
{
border-color: #95C686;
}
</style>