Shades of Gossip #96BD87
Tints of Gossip #96BD87
RGB
CMYK
RGB Variations
Color information
#96BD87 (or 0x96BD87) is known color: Gossip. HEX triplet: 96, BD and 87. RGB value is (150,189,135). Sum of RGB (Red+Green+Blue) = 150+189+135=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD87 is #694278. Grayscale: #ABABAB. Windows color (decimal): -6898297 or 8895894. OLE color: 8895894.
HSL color Cylindrical-coordinate representation of color #96BD87: hue angle of 103.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96BD87 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 135 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.26 |
| HSL | 103.33º | 0.29% | 0.64% | - |
| HSV(B) | 103.33º | 0.29% | 0.74% | - |
| XYZ | 35.15 | 44.63 | 29.68 | - |
| YUV | 171.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 135 | 0.21 | 0 | 0.29 | 0.26 | 103.33 | 0.29 | 0.64 |
| Hex | 96 | BD | 87 | 15 | 0 | 1D | 1A | 67 | 1D | 40 |
| Octal | 226 | 275 | 207 | 25 | 0 | 35 | 32 | 147 | 35 | 100 |
| Binary | 10010110 | 10111101 | 10000111 | 10101 | 0 | 11101 | 11010 | 1100111 | 11101 | 1000000 |
Color Harmonies of #96BD87
Complementary color
Monochromatic Colors of #96BD87
Black with #96BD87
Text Example
Text Example
White with #96BD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD87; }
p { color: rgb(150,189,135); }
H1.HeaderClassName
{
color: #96BD87;
}
.AnyTagClassName
{
color: #96BD87;
}
</style>
background-color css
<style>
a { background-color: #96BD87; }
a { background-color: rgb(150,189,135); }
div.DivClassName
{
background-color: #96BD87;
}
.BgClassName
{
background-color: #96BD87;
}
</style>
border-color css
<style>
span { border-color: #96BD87; }
span { border-color: rgb(150,189,135); }
td.TdClassName
{
border-color: #96BD87;
}
.TagClassName
{
border-color: #96BD87;
}
</style>