Shades of Gossip #9BC086
Tints of Gossip #9BC086
RGB
CMYK
RGB Variations
Color information
#9BC086 (or 0x9BC086) is known color: Gossip. HEX triplet: 9B, C0 and 86. RGB value is (155,192,134). Sum of RGB (Red+Green+Blue) = 155+192+134=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC086 is #643F79. Grayscale: #AEAEAE. Windows color (decimal): -6569850 or 8831131. OLE color: 8831131.
HSL color Cylindrical-coordinate representation of color #9BC086: hue angle of 98.28º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC086 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 134 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.25 |
| HSL | 98.28º | 0.32% | 0.64% | - |
| HSV(B) | 98.28º | 0.3% | 0.75% | - |
| XYZ | 36.67 | 46.39 | 29.58 | - |
| YUV | 174.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 134 | 0.19 | 0 | 0.30 | 0.25 | 98.28 | 0.32 | 0.64 |
| Hex | 9B | C0 | 86 | 13 | 0 | 1E | 19 | 62 | 20 | 40 |
| Octal | 233 | 300 | 206 | 23 | 0 | 36 | 31 | 142 | 40 | 100 |
| Binary | 10011011 | 11000000 | 10000110 | 10011 | 0 | 11110 | 11001 | 1100010 | 100000 | 1000000 |
Color Harmonies of #9BC086
Complementary color
Monochromatic Colors of #9BC086
Black with #9BC086
Text Example
Text Example
White with #9BC086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC086; }
p { color: rgb(155,192,134); }
H1.HeaderClassName
{
color: #9BC086;
}
.AnyTagClassName
{
color: #9BC086;
}
</style>
background-color css
<style>
a { background-color: #9BC086; }
a { background-color: rgb(155,192,134); }
div.DivClassName
{
background-color: #9BC086;
}
.BgClassName
{
background-color: #9BC086;
}
</style>
border-color css
<style>
span { border-color: #9BC086; }
span { border-color: rgb(155,192,134); }
td.TdClassName
{
border-color: #9BC086;
}
.TagClassName
{
border-color: #9BC086;
}
</style>