Shades of Gossip #95D086
Tints of Gossip #95D086
RGB
CMYK
RGB Variations
Color information
#95D086 (or 0x95D086) is known color: Gossip. HEX triplet: 95, D0 and 86. RGB value is (149,208,134). Sum of RGB (Red+Green+Blue) = 149+208+134=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #95D086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D086 is #6A2F79. Grayscale: #B6B6B6. Windows color (decimal): -6958970 or 8835221. OLE color: 8835221.
HSL color Cylindrical-coordinate representation of color #95D086: hue angle of 107.84º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95D086 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 208 | 134 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.18 |
| HSL | 107.84º | 0.44% | 0.67% | - |
| HSV(B) | 107.84º | 0.36% | 0.82% | - |
| XYZ | 39.25 | 53.22 | 30.76 | - |
| YUV | 181.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 208 | 134 | 0.28 | 0 | 0.36 | 0.18 | 107.84 | 0.44 | 0.67 |
| Hex | 95 | D0 | 86 | 1C | 0 | 24 | 12 | 6C | 2C | 43 |
| Octal | 225 | 320 | 206 | 34 | 0 | 44 | 22 | 154 | 54 | 103 |
| Binary | 10010101 | 11010000 | 10000110 | 11100 | 0 | 100100 | 10010 | 1101100 | 101100 | 1000011 |
Color Harmonies of #95D086
Complementary color
Monochromatic Colors of #95D086
Black with #95D086
Text Example
Text Example
White with #95D086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D086; }
p { color: rgb(149,208,134); }
H1.HeaderClassName
{
color: #95D086;
}
.AnyTagClassName
{
color: #95D086;
}
</style>
background-color css
<style>
a { background-color: #95D086; }
a { background-color: rgb(149,208,134); }
div.DivClassName
{
background-color: #95D086;
}
.BgClassName
{
background-color: #95D086;
}
</style>
border-color css
<style>
span { border-color: #95D086; }
span { border-color: rgb(149,208,134); }
td.TdClassName
{
border-color: #95D086;
}
.TagClassName
{
border-color: #95D086;
}
</style>