Shades of Gossip #95D486
Tints of Gossip #95D486
RGB
CMYK
RGB Variations
Color information
#95D486 (or 0x95D486) is known color: Gossip. HEX triplet: 95, D4 and 86. RGB value is (149,212,134). Sum of RGB (Red+Green+Blue) = 149+212+134=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #95D486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D486 is #6A2B79. Grayscale: #B8B8B8. Windows color (decimal): -6957946 or 8836245. OLE color: 8836245.
HSL color Cylindrical-coordinate representation of color #95D486: hue angle of 108.46º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95D486 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 212 | 134 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.17 |
| HSL | 108.46º | 0.48% | 0.68% | - |
| HSV(B) | 108.46º | 0.37% | 0.83% | - |
| XYZ | 40.24 | 55.2 | 31.09 | - |
| YUV | 184.27 | 99.63 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 212 | 134 | 0.30 | 0 | 0.37 | 0.17 | 108.46 | 0.48 | 0.68 |
| Hex | 95 | D4 | 86 | 1E | 0 | 25 | 11 | 6C | 30 | 44 |
| Octal | 225 | 324 | 206 | 36 | 0 | 45 | 21 | 154 | 60 | 104 |
| Binary | 10010101 | 11010100 | 10000110 | 11110 | 0 | 100101 | 10001 | 1101100 | 110000 | 1000100 |
Color Harmonies of #95D486
Complementary color
Monochromatic Colors of #95D486
Black with #95D486
Text Example
Text Example
White with #95D486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D486; }
p { color: rgb(149,212,134); }
H1.HeaderClassName
{
color: #95D486;
}
.AnyTagClassName
{
color: #95D486;
}
</style>
background-color css
<style>
a { background-color: #95D486; }
a { background-color: rgb(149,212,134); }
div.DivClassName
{
background-color: #95D486;
}
.BgClassName
{
background-color: #95D486;
}
</style>
border-color css
<style>
span { border-color: #95D486; }
span { border-color: rgb(149,212,134); }
td.TdClassName
{
border-color: #95D486;
}
.TagClassName
{
border-color: #95D486;
}
</style>