Shades of Gossip #96C583
Tints of Gossip #96C583
RGB
CMYK
RGB Variations
Color information
#96C583 (or 0x96C583) is known color: Gossip. HEX triplet: 96, C5 and 83. RGB value is (150,197,131). Sum of RGB (Red+Green+Blue) = 150+197+131=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #96C583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C583 is #693A7C. Grayscale: #AFAFAF. Windows color (decimal): -6896253 or 8635798. OLE color: 8635798.
HSL color Cylindrical-coordinate representation of color #96C583: hue angle of 102.73º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96C583 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 131 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.23 |
| HSL | 102.73º | 0.36% | 0.64% | - |
| HSV(B) | 102.73º | 0.34% | 0.77% | - |
| XYZ | 36.64 | 48.06 | 28.82 | - |
| YUV | 175.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 131 | 0.24 | 0 | 0.34 | 0.23 | 102.73 | 0.36 | 0.64 |
| Hex | 96 | C5 | 83 | 18 | 0 | 22 | 17 | 67 | 24 | 40 |
| Octal | 226 | 305 | 203 | 30 | 0 | 42 | 27 | 147 | 44 | 100 |
| Binary | 10010110 | 11000101 | 10000011 | 11000 | 0 | 100010 | 10111 | 1100111 | 100100 | 1000000 |
Color Harmonies of #96C583
Complementary color
Monochromatic Colors of #96C583
Black with #96C583
Text Example
Text Example
White with #96C583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C583; }
p { color: rgb(150,197,131); }
H1.HeaderClassName
{
color: #96C583;
}
.AnyTagClassName
{
color: #96C583;
}
</style>
background-color css
<style>
a { background-color: #96C583; }
a { background-color: rgb(150,197,131); }
div.DivClassName
{
background-color: #96C583;
}
.BgClassName
{
background-color: #96C583;
}
</style>
border-color css
<style>
span { border-color: #96C583; }
span { border-color: rgb(150,197,131); }
td.TdClassName
{
border-color: #96C583;
}
.TagClassName
{
border-color: #96C583;
}
</style>