Shades of Gossip #96BD86
Tints of Gossip #96BD86
RGB
CMYK
RGB Variations
Color information
#96BD86 (or 0x96BD86) is known color: Gossip. HEX triplet: 96, BD and 86. RGB value is (150,189,134). Sum of RGB (Red+Green+Blue) = 150+189+134=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD86 is #694279. Grayscale: #ABABAB. Windows color (decimal): -6898298 or 8830358. OLE color: 8830358.
HSL color Cylindrical-coordinate representation of color #96BD86: hue angle of 102.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96BD86 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 134 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.26 |
| HSL | 102.55º | 0.29% | 0.63% | - |
| HSV(B) | 102.55º | 0.29% | 0.74% | - |
| XYZ | 35.08 | 44.6 | 29.31 | - |
| YUV | 171.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 134 | 0.21 | 0 | 0.29 | 0.26 | 102.55 | 0.29 | 0.63 |
| Hex | 96 | BD | 86 | 15 | 0 | 1D | 1A | 67 | 1D | 3F |
| Octal | 226 | 275 | 206 | 25 | 0 | 35 | 32 | 147 | 35 | 77 |
| Binary | 10010110 | 10111101 | 10000110 | 10101 | 0 | 11101 | 11010 | 1100111 | 11101 | 111111 |
Color Harmonies of #96BD86
Complementary color
Monochromatic Colors of #96BD86
Black with #96BD86
Text Example
Text Example
White with #96BD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD86; }
p { color: rgb(150,189,134); }
H1.HeaderClassName
{
color: #96BD86;
}
.AnyTagClassName
{
color: #96BD86;
}
</style>
background-color css
<style>
a { background-color: #96BD86; }
a { background-color: rgb(150,189,134); }
div.DivClassName
{
background-color: #96BD86;
}
.BgClassName
{
background-color: #96BD86;
}
</style>
border-color css
<style>
span { border-color: #96BD86; }
span { border-color: rgb(150,189,134); }
td.TdClassName
{
border-color: #96BD86;
}
.TagClassName
{
border-color: #96BD86;
}
</style>