Shades of Gossip #96C381
Tints of Gossip #96C381
RGB
CMYK
RGB Variations
Color information
#96C381 (or 0x96C381) is known color: Gossip. HEX triplet: 96, C3 and 81. RGB value is (150,195,129). Sum of RGB (Red+Green+Blue) = 150+195+129=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #96C381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C381 is #693C7E. Grayscale: #AEAEAE. Windows color (decimal): -6896767 or 8504214. OLE color: 8504214.
HSL color Cylindrical-coordinate representation of color #96C381: hue angle of 100.91º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96C381 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 129 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.24 |
| HSL | 100.91º | 0.35% | 0.64% | - |
| HSV(B) | 100.91º | 0.34% | 0.76% | - |
| XYZ | 36.06 | 47.1 | 27.96 | - |
| YUV | 174.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 129 | 0.23 | 0 | 0.34 | 0.24 | 100.91 | 0.35 | 0.64 |
| Hex | 96 | C3 | 81 | 17 | 0 | 22 | 18 | 65 | 23 | 40 |
| Octal | 226 | 303 | 201 | 27 | 0 | 42 | 30 | 145 | 43 | 100 |
| Binary | 10010110 | 11000011 | 10000001 | 10111 | 0 | 100010 | 11000 | 1100101 | 100011 | 1000000 |
Color Harmonies of #96C381
Complementary color
Monochromatic Colors of #96C381
Black with #96C381
Text Example
Text Example
White with #96C381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C381; }
p { color: rgb(150,195,129); }
H1.HeaderClassName
{
color: #96C381;
}
.AnyTagClassName
{
color: #96C381;
}
</style>
background-color css
<style>
a { background-color: #96C381; }
a { background-color: rgb(150,195,129); }
div.DivClassName
{
background-color: #96C381;
}
.BgClassName
{
background-color: #96C381;
}
</style>
border-color css
<style>
span { border-color: #96C381; }
span { border-color: rgb(150,195,129); }
td.TdClassName
{
border-color: #96C381;
}
.TagClassName
{
border-color: #96C381;
}
</style>