Shades of Gossip #9FCA86
Tints of Gossip #9FCA86
RGB
CMYK
RGB Variations
Color information
#9FCA86 (or 0x9FCA86) is known color: Gossip. HEX triplet: 9F, CA and 86. RGB value is (159,202,134). Sum of RGB (Red+Green+Blue) = 159+202+134=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA86 is #603579. Grayscale: #B5B5B5. Windows color (decimal): -6305146 or 8833695. OLE color: 8833695.
HSL color Cylindrical-coordinate representation of color #9FCA86: hue angle of 97.94º 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 #9FCA86 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 134 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.21 |
| HSL | 97.94º | 0.39% | 0.66% | - |
| HSV(B) | 97.94º | 0.34% | 0.79% | - |
| XYZ | 39.72 | 51.33 | 30.37 | - |
| YUV | 181.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 134 | 0.21 | 0 | 0.34 | 0.21 | 97.94 | 0.39 | 0.66 |
| Hex | 9F | CA | 86 | 15 | 0 | 22 | 15 | 62 | 27 | 42 |
| Octal | 237 | 312 | 206 | 25 | 0 | 42 | 25 | 142 | 47 | 102 |
| Binary | 10011111 | 11001010 | 10000110 | 10101 | 0 | 100010 | 10101 | 1100010 | 100111 | 1000010 |
Color Harmonies of #9FCA86
Complementary color
Monochromatic Colors of #9FCA86
Black with #9FCA86
Text Example
Text Example
White with #9FCA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCA86; }
p { color: rgb(159,202,134); }
H1.HeaderClassName
{
color: #9FCA86;
}
.AnyTagClassName
{
color: #9FCA86;
}
</style>
background-color css
<style>
a { background-color: #9FCA86; }
a { background-color: rgb(159,202,134); }
div.DivClassName
{
background-color: #9FCA86;
}
.BgClassName
{
background-color: #9FCA86;
}
</style>
border-color css
<style>
span { border-color: #9FCA86; }
span { border-color: rgb(159,202,134); }
td.TdClassName
{
border-color: #9FCA86;
}
.TagClassName
{
border-color: #9FCA86;
}
</style>