Shades of Gossip #9FC386
Tints of Gossip #9FC386
RGB
CMYK
RGB Variations
Color information
#9FC386 (or 0x9FC386) is known color: Gossip. HEX triplet: 9F, C3 and 86. RGB value is (159,195,134). Sum of RGB (Red+Green+Blue) = 159+195+134=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC386 is #603C79. Grayscale: #B1B1B1. Windows color (decimal): -6306938 or 8831903. OLE color: 8831903.
HSL color Cylindrical-coordinate representation of color #9FC386: hue angle of 95.41º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FC386 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 134 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.24 |
| HSL | 95.41º | 0.34% | 0.65% | - |
| HSV(B) | 95.41º | 0.31% | 0.76% | - |
| XYZ | 38.12 | 48.12 | 29.83 | - |
| YUV | 177.28 | 103.57 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 134 | 0.18 | 0 | 0.31 | 0.24 | 95.41 | 0.34 | 0.65 |
| Hex | 9F | C3 | 86 | 12 | 0 | 1F | 18 | 5F | 22 | 41 |
| Octal | 237 | 303 | 206 | 22 | 0 | 37 | 30 | 137 | 42 | 101 |
| Binary | 10011111 | 11000011 | 10000110 | 10010 | 0 | 11111 | 11000 | 1011111 | 100010 | 1000001 |
Color Harmonies of #9FC386
Complementary color
Monochromatic Colors of #9FC386
Black with #9FC386
Text Example
Text Example
White with #9FC386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC386; }
p { color: rgb(159,195,134); }
H1.HeaderClassName
{
color: #9FC386;
}
.AnyTagClassName
{
color: #9FC386;
}
</style>
background-color css
<style>
a { background-color: #9FC386; }
a { background-color: rgb(159,195,134); }
div.DivClassName
{
background-color: #9FC386;
}
.BgClassName
{
background-color: #9FC386;
}
</style>
border-color css
<style>
span { border-color: #9FC386; }
span { border-color: rgb(159,195,134); }
td.TdClassName
{
border-color: #9FC386;
}
.TagClassName
{
border-color: #9FC386;
}
</style>