Shades of Gossip #96CE88
Tints of Gossip #96CE88
RGB
CMYK
RGB Variations
Color information
#96CE88 (or 0x96CE88) is known color: Gossip. HEX triplet: 96, CE and 88. RGB value is (150,206,136). Sum of RGB (Red+Green+Blue) = 150+206+136=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE88 is #693177. Grayscale: #B5B5B5. Windows color (decimal): -6893944 or 8965782. OLE color: 8965782.
HSL color Cylindrical-coordinate representation of color #96CE88: hue angle of 108º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96CE88 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 136 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.19 |
| HSL | 108º | 0.42% | 0.67% | - |
| HSV(B) | 108º | 0.34% | 0.81% | - |
| XYZ | 39.09 | 52.4 | 31.35 | - |
| YUV | 181.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 136 | 0.27 | 0 | 0.34 | 0.19 | 108 | 0.42 | 0.67 |
| Hex | 96 | CE | 88 | 1B | 0 | 22 | 13 | 6C | 2A | 43 |
| Octal | 226 | 316 | 210 | 33 | 0 | 42 | 23 | 154 | 52 | 103 |
| Binary | 10010110 | 11001110 | 10001000 | 11011 | 0 | 100010 | 10011 | 1101100 | 101010 | 1000011 |
Color Harmonies of #96CE88
Complementary color
Monochromatic Colors of #96CE88
Black with #96CE88
Text Example
Text Example
White with #96CE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE88; }
p { color: rgb(150,206,136); }
H1.HeaderClassName
{
color: #96CE88;
}
.AnyTagClassName
{
color: #96CE88;
}
</style>
background-color css
<style>
a { background-color: #96CE88; }
a { background-color: rgb(150,206,136); }
div.DivClassName
{
background-color: #96CE88;
}
.BgClassName
{
background-color: #96CE88;
}
</style>
border-color css
<style>
span { border-color: #96CE88; }
span { border-color: rgb(150,206,136); }
td.TdClassName
{
border-color: #96CE88;
}
.TagClassName
{
border-color: #96CE88;
}
</style>