Shades of Gossip #96CB87
Tints of Gossip #96CB87
RGB
CMYK
RGB Variations
Color information
#96CB87 (or 0x96CB87) is known color: Gossip. HEX triplet: 96, CB and 87. RGB value is (150,203,135). Sum of RGB (Red+Green+Blue) = 150+203+135=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CB87 is #693478. Grayscale: #B3B3B3. Windows color (decimal): -6894713 or 8899478. OLE color: 8899478.
HSL color Cylindrical-coordinate representation of color #96CB87: hue angle of 106.76º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96CB87 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 135 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.20 |
| HSL | 106.76º | 0.4% | 0.66% | - |
| HSV(B) | 106.76º | 0.33% | 0.8% | - |
| XYZ | 38.31 | 50.95 | 30.74 | - |
| YUV | 179.4 | 102.94 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 135 | 0.26 | 0 | 0.33 | 0.20 | 106.76 | 0.4 | 0.66 |
| Hex | 96 | CB | 87 | 1A | 0 | 21 | 14 | 6B | 28 | 42 |
| Octal | 226 | 313 | 207 | 32 | 0 | 41 | 24 | 153 | 50 | 102 |
| Binary | 10010110 | 11001011 | 10000111 | 11010 | 0 | 100001 | 10100 | 1101011 | 101000 | 1000010 |
Color Harmonies of #96CB87
Complementary color
Monochromatic Colors of #96CB87
Black with #96CB87
Text Example
Text Example
White with #96CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CB87; }
p { color: rgb(150,203,135); }
H1.HeaderClassName
{
color: #96CB87;
}
.AnyTagClassName
{
color: #96CB87;
}
</style>
background-color css
<style>
a { background-color: #96CB87; }
a { background-color: rgb(150,203,135); }
div.DivClassName
{
background-color: #96CB87;
}
.BgClassName
{
background-color: #96CB87;
}
</style>
border-color css
<style>
span { border-color: #96CB87; }
span { border-color: rgb(150,203,135); }
td.TdClassName
{
border-color: #96CB87;
}
.TagClassName
{
border-color: #96CB87;
}
</style>