Shades of Gossip #96D287
Tints of Gossip #96D287
RGB
CMYK
RGB Variations
Color information
#96D287 (or 0x96D287) is known color: Gossip. HEX triplet: 96, D2 and 87. RGB value is (150,210,135). Sum of RGB (Red+Green+Blue) = 150+210+135=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #96D287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D287 is #692D78. Grayscale: #B7B7B7. Windows color (decimal): -6892921 or 8901270. OLE color: 8901270.
HSL color Cylindrical-coordinate representation of color #96D287: hue angle of 108º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D287 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 135 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.18 |
| HSL | 108º | 0.45% | 0.68% | - |
| HSV(B) | 108º | 0.36% | 0.82% | - |
| XYZ | 40 | 54.33 | 31.3 | - |
| YUV | 183.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 135 | 0.29 | 0 | 0.36 | 0.18 | 108 | 0.45 | 0.68 |
| Hex | 96 | D2 | 87 | 1D | 0 | 24 | 12 | 6C | 2D | 44 |
| Octal | 226 | 322 | 207 | 35 | 0 | 44 | 22 | 154 | 55 | 104 |
| Binary | 10010110 | 11010010 | 10000111 | 11101 | 0 | 100100 | 10010 | 1101100 | 101101 | 1000100 |
Color Harmonies of #96D287
Complementary color
Monochromatic Colors of #96D287
Black with #96D287
Text Example
Text Example
White with #96D287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D287; }
p { color: rgb(150,210,135); }
H1.HeaderClassName
{
color: #96D287;
}
.AnyTagClassName
{
color: #96D287;
}
</style>
background-color css
<style>
a { background-color: #96D287; }
a { background-color: rgb(150,210,135); }
div.DivClassName
{
background-color: #96D287;
}
.BgClassName
{
background-color: #96D287;
}
</style>
border-color css
<style>
span { border-color: #96D287; }
span { border-color: rgb(150,210,135); }
td.TdClassName
{
border-color: #96D287;
}
.TagClassName
{
border-color: #96D287;
}
</style>