Shades of Gossip #96C37F
Tints of Gossip #96C37F
RGB
CMYK
RGB Variations
Color information
#96C37F (or 0x96C37F) is known color: Gossip. HEX triplet: 96, C3 and 7F. RGB value is (150,195,127). Sum of RGB (Red+Green+Blue) = 150+195+127=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #96C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C37F is #693C80. Grayscale: #AEAEAE. Windows color (decimal): -6896769 or 8373142. OLE color: 8373142.
HSL color Cylindrical-coordinate representation of color #96C37F: hue angle of 99.71º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96C37F is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 127 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.24 |
| HSL | 99.71º | 0.36% | 0.63% | - |
| HSV(B) | 99.71º | 0.35% | 0.76% | - |
| XYZ | 35.92 | 47.05 | 27.27 | - |
| YUV | 173.79 | 101.59 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 127 | 0.23 | 0 | 0.35 | 0.24 | 99.71 | 0.36 | 0.63 |
| Hex | 96 | C3 | 7F | 17 | 0 | 23 | 18 | 64 | 24 | 3F |
| Octal | 226 | 303 | 177 | 27 | 0 | 43 | 30 | 144 | 44 | 77 |
| Binary | 10010110 | 11000011 | 1111111 | 10111 | 0 | 100011 | 11000 | 1100100 | 100100 | 111111 |
Color Harmonies of #96C37F
Complementary color
Monochromatic Colors of #96C37F
Black with #96C37F
Text Example
Text Example
White with #96C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C37F; }
p { color: rgb(150,195,127); }
H1.HeaderClassName
{
color: #96C37F;
}
.AnyTagClassName
{
color: #96C37F;
}
</style>
background-color css
<style>
a { background-color: #96C37F; }
a { background-color: rgb(150,195,127); }
div.DivClassName
{
background-color: #96C37F;
}
.BgClassName
{
background-color: #96C37F;
}
</style>
border-color css
<style>
span { border-color: #96C37F; }
span { border-color: rgb(150,195,127); }
td.TdClassName
{
border-color: #96C37F;
}
.TagClassName
{
border-color: #96C37F;
}
</style>