Shades of Gossip #9BC786
Tints of Gossip #9BC786
RGB
CMYK
RGB Variations
Color information
#9BC786 (or 0x9BC786) is known color: Gossip. HEX triplet: 9B, C7 and 86. RGB value is (155,199,134). Sum of RGB (Red+Green+Blue) = 155+199+134=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC786 is #643879. Grayscale: #B2B2B2. Windows color (decimal): -6568058 or 8832923. OLE color: 8832923.
HSL color Cylindrical-coordinate representation of color #9BC786: hue angle of 100.62º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BC786 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 134 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.22 |
| HSL | 100.62º | 0.37% | 0.65% | - |
| HSV(B) | 100.62º | 0.33% | 0.78% | - |
| XYZ | 38.24 | 49.54 | 30.1 | - |
| YUV | 178.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 134 | 0.22 | 0 | 0.33 | 0.22 | 100.62 | 0.37 | 0.65 |
| Hex | 9B | C7 | 86 | 16 | 0 | 21 | 16 | 65 | 25 | 41 |
| Octal | 233 | 307 | 206 | 26 | 0 | 41 | 26 | 145 | 45 | 101 |
| Binary | 10011011 | 11000111 | 10000110 | 10110 | 0 | 100001 | 10110 | 1100101 | 100101 | 1000001 |
Color Harmonies of #9BC786
Complementary color
Monochromatic Colors of #9BC786
Black with #9BC786
Text Example
Text Example
White with #9BC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC786; }
p { color: rgb(155,199,134); }
H1.HeaderClassName
{
color: #9BC786;
}
.AnyTagClassName
{
color: #9BC786;
}
</style>
background-color css
<style>
a { background-color: #9BC786; }
a { background-color: rgb(155,199,134); }
div.DivClassName
{
background-color: #9BC786;
}
.BgClassName
{
background-color: #9BC786;
}
</style>
border-color css
<style>
span { border-color: #9BC786; }
span { border-color: rgb(155,199,134); }
td.TdClassName
{
border-color: #9BC786;
}
.TagClassName
{
border-color: #9BC786;
}
</style>