Shades of Gossip #96CF85
Tints of Gossip #96CF85
RGB
CMYK
RGB Variations
Color information
#96CF85 (or 0x96CF85) is known color: Gossip. HEX triplet: 96, CF and 85. RGB value is (150,207,133). Sum of RGB (Red+Green+Blue) = 150+207+133=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF85 is #69307A. Grayscale: #B5B5B5. Windows color (decimal): -6893691 or 8769430. OLE color: 8769430.
HSL color Cylindrical-coordinate representation of color #96CF85: hue angle of 106.22º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96CF85 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 133 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.19 |
| HSL | 106.22º | 0.44% | 0.67% | - |
| HSV(B) | 106.22º | 0.36% | 0.81% | - |
| XYZ | 39.12 | 52.8 | 30.32 | - |
| YUV | 181.52 | 100.62 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 133 | 0.28 | 0 | 0.36 | 0.19 | 106.22 | 0.44 | 0.67 |
| Hex | 96 | CF | 85 | 1C | 0 | 24 | 13 | 6A | 2C | 43 |
| Octal | 226 | 317 | 205 | 34 | 0 | 44 | 23 | 152 | 54 | 103 |
| Binary | 10010110 | 11001111 | 10000101 | 11100 | 0 | 100100 | 10011 | 1101010 | 101100 | 1000011 |
Color Harmonies of #96CF85
Complementary color
Monochromatic Colors of #96CF85
Black with #96CF85
Text Example
Text Example
White with #96CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF85; }
p { color: rgb(150,207,133); }
H1.HeaderClassName
{
color: #96CF85;
}
.AnyTagClassName
{
color: #96CF85;
}
</style>
background-color css
<style>
a { background-color: #96CF85; }
a { background-color: rgb(150,207,133); }
div.DivClassName
{
background-color: #96CF85;
}
.BgClassName
{
background-color: #96CF85;
}
</style>
border-color css
<style>
span { border-color: #96CF85; }
span { border-color: rgb(150,207,133); }
td.TdClassName
{
border-color: #96CF85;
}
.TagClassName
{
border-color: #96CF85;
}
</style>