Shades of Gossip #96CA86
Tints of Gossip #96CA86
RGB
CMYK
RGB Variations
Color information
#96CA86 (or 0x96CA86) is known color: Gossip. HEX triplet: 96, CA and 86. RGB value is (150,202,134). Sum of RGB (Red+Green+Blue) = 150+202+134=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA86 is #693579. Grayscale: #B2B2B2. Windows color (decimal): -6894970 or 8833686. OLE color: 8833686.
HSL color Cylindrical-coordinate representation of color #96CA86: hue angle of 105.88º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96CA86 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 134 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.21 |
| HSL | 105.88º | 0.39% | 0.66% | - |
| HSV(B) | 105.88º | 0.34% | 0.79% | - |
| XYZ | 38 | 50.45 | 30.29 | - |
| YUV | 178.7 | 102.77 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 134 | 0.26 | 0 | 0.34 | 0.21 | 105.88 | 0.39 | 0.66 |
| Hex | 96 | CA | 86 | 1A | 0 | 22 | 15 | 6A | 27 | 42 |
| Octal | 226 | 312 | 206 | 32 | 0 | 42 | 25 | 152 | 47 | 102 |
| Binary | 10010110 | 11001010 | 10000110 | 11010 | 0 | 100010 | 10101 | 1101010 | 100111 | 1000010 |
Color Harmonies of #96CA86
Complementary color
Monochromatic Colors of #96CA86
Black with #96CA86
Text Example
Text Example
White with #96CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA86; }
p { color: rgb(150,202,134); }
H1.HeaderClassName
{
color: #96CA86;
}
.AnyTagClassName
{
color: #96CA86;
}
</style>
background-color css
<style>
a { background-color: #96CA86; }
a { background-color: rgb(150,202,134); }
div.DivClassName
{
background-color: #96CA86;
}
.BgClassName
{
background-color: #96CA86;
}
</style>
border-color css
<style>
span { border-color: #96CA86; }
span { border-color: rgb(150,202,134); }
td.TdClassName
{
border-color: #96CA86;
}
.TagClassName
{
border-color: #96CA86;
}
</style>