Shades of Gossip #95C980
Tints of Gossip #95C980
RGB
CMYK
RGB Variations
Color information
#95C980 (or 0x95C980) is known color: Gossip. HEX triplet: 95, C9 and 80. RGB value is (149,201,128). Sum of RGB (Red+Green+Blue) = 149+201+128=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #95C980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C980 is #6A367F. Grayscale: #B1B1B1. Windows color (decimal): -6960768 or 8440213. OLE color: 8440213.
HSL color Cylindrical-coordinate representation of color #95C980: hue angle of 102.74º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95C980 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 201 | 128 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.21 |
| HSL | 102.74º | 0.4% | 0.65% | - |
| HSV(B) | 102.74º | 0.36% | 0.79% | - |
| XYZ | 37.18 | 49.72 | 28.06 | - |
| YUV | 177.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 128 | 0.26 | 0 | 0.36 | 0.21 | 102.74 | 0.4 | 0.65 |
| Hex | 95 | C9 | 80 | 1A | 0 | 24 | 15 | 67 | 28 | 41 |
| Octal | 225 | 311 | 200 | 32 | 0 | 44 | 25 | 147 | 50 | 101 |
| Binary | 10010101 | 11001001 | 10000000 | 11010 | 0 | 100100 | 10101 | 1100111 | 101000 | 1000001 |
Color Harmonies of #95C980
Complementary color
Monochromatic Colors of #95C980
Black with #95C980
Text Example
Text Example
White with #95C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C980; }
p { color: rgb(149,201,128); }
H1.HeaderClassName
{
color: #95C980;
}
.AnyTagClassName
{
color: #95C980;
}
</style>
background-color css
<style>
a { background-color: #95C980; }
a { background-color: rgb(149,201,128); }
div.DivClassName
{
background-color: #95C980;
}
.BgClassName
{
background-color: #95C980;
}
</style>
border-color css
<style>
span { border-color: #95C980; }
span { border-color: rgb(149,201,128); }
td.TdClassName
{
border-color: #95C980;
}
.TagClassName
{
border-color: #95C980;
}
</style>