Shades of Gossip #9BDA89
Tints of Gossip #9BDA89
RGB
CMYK
RGB Variations
Color information
#9BDA89 (or 0x9BDA89) is known color: Gossip. HEX triplet: 9B, DA and 89. RGB value is (155,218,137). Sum of RGB (Red+Green+Blue) = 155+218+137=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDA89 is #642576. Grayscale: #BEBEBE. Windows color (decimal): -6563191 or 9034395. OLE color: 9034395.
HSL color Cylindrical-coordinate representation of color #9BDA89: hue angle of 106.67º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BDA89 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 137 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.15 |
| HSL | 106.67º | 0.52% | 0.7% | - |
| HSV(B) | 106.67º | 0.37% | 0.85% | - |
| XYZ | 43.1 | 58.92 | 32.77 | - |
| YUV | 189.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 137 | 0.29 | 0 | 0.37 | 0.15 | 106.67 | 0.52 | 0.7 |
| Hex | 9B | DA | 89 | 1D | 0 | 25 | F | 6B | 34 | 46 |
| Octal | 233 | 332 | 211 | 35 | 0 | 45 | 17 | 153 | 64 | 106 |
| Binary | 10011011 | 11011010 | 10001001 | 11101 | 0 | 100101 | 1111 | 1101011 | 110100 | 1000110 |
Color Harmonies of #9BDA89
Complementary color
Monochromatic Colors of #9BDA89
Black with #9BDA89
Text Example
Text Example
White with #9BDA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA89; }
p { color: rgb(155,218,137); }
H1.HeaderClassName
{
color: #9BDA89;
}
.AnyTagClassName
{
color: #9BDA89;
}
</style>
background-color css
<style>
a { background-color: #9BDA89; }
a { background-color: rgb(155,218,137); }
div.DivClassName
{
background-color: #9BDA89;
}
.BgClassName
{
background-color: #9BDA89;
}
</style>
border-color css
<style>
span { border-color: #9BDA89; }
span { border-color: rgb(155,218,137); }
td.TdClassName
{
border-color: #9BDA89;
}
.TagClassName
{
border-color: #9BDA89;
}
</style>