Shades of Gossip #96C183
Tints of Gossip #96C183
RGB
CMYK
RGB Variations
Color information
#96C183 (or 0x96C183) is known color: Gossip. HEX triplet: 96, C1 and 83. RGB value is (150,193,131). Sum of RGB (Red+Green+Blue) = 150+193+131=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #96C183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C183 is #693E7C. Grayscale: #ADADAD. Windows color (decimal): -6897277 or 8634774. OLE color: 8634774.
HSL color Cylindrical-coordinate representation of color #96C183: hue angle of 101.61º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96C183 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 131 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.24 |
| HSL | 101.61º | 0.33% | 0.64% | - |
| HSV(B) | 101.61º | 0.32% | 0.76% | - |
| XYZ | 35.74 | 46.26 | 28.52 | - |
| YUV | 173.08 | 104.25 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 131 | 0.22 | 0 | 0.32 | 0.24 | 101.61 | 0.33 | 0.64 |
| Hex | 96 | C1 | 83 | 16 | 0 | 20 | 18 | 66 | 21 | 40 |
| Octal | 226 | 301 | 203 | 26 | 0 | 40 | 30 | 146 | 41 | 100 |
| Binary | 10010110 | 11000001 | 10000011 | 10110 | 0 | 100000 | 11000 | 1100110 | 100001 | 1000000 |
Color Harmonies of #96C183
Complementary color
Monochromatic Colors of #96C183
Black with #96C183
Text Example
Text Example
White with #96C183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C183; }
p { color: rgb(150,193,131); }
H1.HeaderClassName
{
color: #96C183;
}
.AnyTagClassName
{
color: #96C183;
}
</style>
background-color css
<style>
a { background-color: #96C183; }
a { background-color: rgb(150,193,131); }
div.DivClassName
{
background-color: #96C183;
}
.BgClassName
{
background-color: #96C183;
}
</style>
border-color css
<style>
span { border-color: #96C183; }
span { border-color: rgb(150,193,131); }
td.TdClassName
{
border-color: #96C183;
}
.TagClassName
{
border-color: #96C183;
}
</style>