Shades of Gossip #9BDE86
Tints of Gossip #9BDE86
RGB
CMYK
RGB Variations
Color information
#9BDE86 (or 0x9BDE86) is known color: Gossip. HEX triplet: 9B, DE and 86. RGB value is (155,222,134). Sum of RGB (Red+Green+Blue) = 155+222+134=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDE86 is #642179. Grayscale: #C0C0C0. Windows color (decimal): -6562170 or 8838811. OLE color: 8838811.
HSL color Cylindrical-coordinate representation of color #9BDE86: hue angle of 105.68º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BDE86 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 134 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.13 |
| HSL | 105.68º | 0.57% | 0.7% | - |
| HSV(B) | 105.68º | 0.4% | 0.87% | - |
| XYZ | 43.94 | 60.93 | 32 | - |
| YUV | 191.94 | 95.3 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 134 | 0.30 | 0 | 0.40 | 0.13 | 105.68 | 0.57 | 0.7 |
| Hex | 9B | DE | 86 | 1E | 0 | 28 | D | 6A | 39 | 46 |
| Octal | 233 | 336 | 206 | 36 | 0 | 50 | 15 | 152 | 71 | 106 |
| Binary | 10011011 | 11011110 | 10000110 | 11110 | 0 | 101000 | 1101 | 1101010 | 111001 | 1000110 |
Color Harmonies of #9BDE86
Complementary color
Monochromatic Colors of #9BDE86
Black with #9BDE86
Text Example
Text Example
White with #9BDE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDE86; }
p { color: rgb(155,222,134); }
H1.HeaderClassName
{
color: #9BDE86;
}
.AnyTagClassName
{
color: #9BDE86;
}
</style>
background-color css
<style>
a { background-color: #9BDE86; }
a { background-color: rgb(155,222,134); }
div.DivClassName
{
background-color: #9BDE86;
}
.BgClassName
{
background-color: #9BDE86;
}
</style>
border-color css
<style>
span { border-color: #9BDE86; }
span { border-color: rgb(155,222,134); }
td.TdClassName
{
border-color: #9BDE86;
}
.TagClassName
{
border-color: #9BDE86;
}
</style>