Shades of Gossip #96CF86
Tints of Gossip #96CF86
RGB
CMYK
RGB Variations
Color information
#96CF86 (or 0x96CF86) is known color: Gossip. HEX triplet: 96, CF and 86. RGB value is (150,207,134). Sum of RGB (Red+Green+Blue) = 150+207+134=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF86 is #693079. Grayscale: #B5B5B5. Windows color (decimal): -6893690 or 8834966. OLE color: 8834966.
HSL color Cylindrical-coordinate representation of color #96CF86: hue angle of 106.85º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96CF86 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 134 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.19 |
| HSL | 106.85º | 0.43% | 0.67% | - |
| HSV(B) | 106.85º | 0.35% | 0.81% | - |
| XYZ | 39.19 | 52.83 | 30.69 | - |
| YUV | 181.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 134 | 0.28 | 0 | 0.35 | 0.19 | 106.85 | 0.43 | 0.67 |
| Hex | 96 | CF | 86 | 1C | 0 | 23 | 13 | 6B | 2B | 43 |
| Octal | 226 | 317 | 206 | 34 | 0 | 43 | 23 | 153 | 53 | 103 |
| Binary | 10010110 | 11001111 | 10000110 | 11100 | 0 | 100011 | 10011 | 1101011 | 101011 | 1000011 |
Color Harmonies of #96CF86
Complementary color
Monochromatic Colors of #96CF86
Black with #96CF86
Text Example
Text Example
White with #96CF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF86; }
p { color: rgb(150,207,134); }
H1.HeaderClassName
{
color: #96CF86;
}
.AnyTagClassName
{
color: #96CF86;
}
</style>
background-color css
<style>
a { background-color: #96CF86; }
a { background-color: rgb(150,207,134); }
div.DivClassName
{
background-color: #96CF86;
}
.BgClassName
{
background-color: #96CF86;
}
</style>
border-color css
<style>
span { border-color: #96CF86; }
span { border-color: rgb(150,207,134); }
td.TdClassName
{
border-color: #96CF86;
}
.TagClassName
{
border-color: #96CF86;
}
</style>