Shades of Gossip #96C587
Tints of Gossip #96C587
RGB
CMYK
RGB Variations
Color information
#96C587 (or 0x96C587) is known color: Gossip. HEX triplet: 96, C5 and 87. RGB value is (150,197,135). Sum of RGB (Red+Green+Blue) = 150+197+135=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #96C587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C587 is #693A78. Grayscale: #B0B0B0. Windows color (decimal): -6896249 or 8897942. OLE color: 8897942.
HSL color Cylindrical-coordinate representation of color #96C587: hue angle of 105.48º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C587 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 135 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.23 |
| HSL | 105.48º | 0.35% | 0.65% | - |
| HSV(B) | 105.48º | 0.31% | 0.77% | - |
| XYZ | 36.92 | 48.17 | 30.27 | - |
| YUV | 175.88 | 104.93 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 135 | 0.24 | 0 | 0.31 | 0.23 | 105.48 | 0.35 | 0.65 |
| Hex | 96 | C5 | 87 | 18 | 0 | 1F | 17 | 69 | 23 | 41 |
| Octal | 226 | 305 | 207 | 30 | 0 | 37 | 27 | 151 | 43 | 101 |
| Binary | 10010110 | 11000101 | 10000111 | 11000 | 0 | 11111 | 10111 | 1101001 | 100011 | 1000001 |
Color Harmonies of #96C587
Complementary color
Monochromatic Colors of #96C587
Black with #96C587
Text Example
Text Example
White with #96C587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C587; }
p { color: rgb(150,197,135); }
H1.HeaderClassName
{
color: #96C587;
}
.AnyTagClassName
{
color: #96C587;
}
</style>
background-color css
<style>
a { background-color: #96C587; }
a { background-color: rgb(150,197,135); }
div.DivClassName
{
background-color: #96C587;
}
.BgClassName
{
background-color: #96C587;
}
</style>
border-color css
<style>
span { border-color: #96C587; }
span { border-color: rgb(150,197,135); }
td.TdClassName
{
border-color: #96C587;
}
.TagClassName
{
border-color: #96C587;
}
</style>