Shades of Gossip #9BD289
Tints of Gossip #9BD289
RGB
CMYK
RGB Variations
Color information
#9BD289 (or 0x9BD289) is known color: Gossip. HEX triplet: 9B, D2 and 89. RGB value is (155,210,137). Sum of RGB (Red+Green+Blue) = 155+210+137=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD289 is #642D76. Grayscale: #B9B9B9. Windows color (decimal): -6565239 or 9032347. OLE color: 9032347.
HSL color Cylindrical-coordinate representation of color #9BD289: hue angle of 105.21º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BD289 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 137 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.18 |
| HSL | 105.21º | 0.45% | 0.68% | - |
| HSV(B) | 105.21º | 0.35% | 0.82% | - |
| XYZ | 41.08 | 54.87 | 32.09 | - |
| YUV | 185.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 137 | 0.26 | 0 | 0.35 | 0.18 | 105.21 | 0.45 | 0.68 |
| Hex | 9B | D2 | 89 | 1A | 0 | 23 | 12 | 69 | 2D | 44 |
| Octal | 233 | 322 | 211 | 32 | 0 | 43 | 22 | 151 | 55 | 104 |
| Binary | 10011011 | 11010010 | 10001001 | 11010 | 0 | 100011 | 10010 | 1101001 | 101101 | 1000100 |
Color Harmonies of #9BD289
Complementary color
Monochromatic Colors of #9BD289
Black with #9BD289
Text Example
Text Example
White with #9BD289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD289; }
p { color: rgb(155,210,137); }
H1.HeaderClassName
{
color: #9BD289;
}
.AnyTagClassName
{
color: #9BD289;
}
</style>
background-color css
<style>
a { background-color: #9BD289; }
a { background-color: rgb(155,210,137); }
div.DivClassName
{
background-color: #9BD289;
}
.BgClassName
{
background-color: #9BD289;
}
</style>
border-color css
<style>
span { border-color: #9BD289; }
span { border-color: rgb(155,210,137); }
td.TdClassName
{
border-color: #9BD289;
}
.TagClassName
{
border-color: #9BD289;
}
</style>