Shades of Gossip #9BD489
Tints of Gossip #9BD489
RGB
CMYK
RGB Variations
Color information
#9BD489 (or 0x9BD489) is known color: Gossip. HEX triplet: 9B, D4 and 89. RGB value is (155,212,137). Sum of RGB (Red+Green+Blue) = 155+212+137=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD489 is #642B76. Grayscale: #BABABA. Windows color (decimal): -6564727 or 9032859. OLE color: 9032859.
HSL color Cylindrical-coordinate representation of color #9BD489: hue angle of 105.6º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BD489 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 212 | 137 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.17 |
| HSL | 105.6º | 0.47% | 0.68% | - |
| HSV(B) | 105.6º | 0.35% | 0.83% | - |
| XYZ | 41.58 | 55.86 | 32.26 | - |
| YUV | 186.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 212 | 137 | 0.27 | 0 | 0.35 | 0.17 | 105.6 | 0.47 | 0.68 |
| Hex | 9B | D4 | 89 | 1B | 0 | 23 | 11 | 6A | 2F | 44 |
| Octal | 233 | 324 | 211 | 33 | 0 | 43 | 21 | 152 | 57 | 104 |
| Binary | 10011011 | 11010100 | 10001001 | 11011 | 0 | 100011 | 10001 | 1101010 | 101111 | 1000100 |
Color Harmonies of #9BD489
Complementary color
Monochromatic Colors of #9BD489
Black with #9BD489
Text Example
Text Example
White with #9BD489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD489; }
p { color: rgb(155,212,137); }
H1.HeaderClassName
{
color: #9BD489;
}
.AnyTagClassName
{
color: #9BD489;
}
</style>
background-color css
<style>
a { background-color: #9BD489; }
a { background-color: rgb(155,212,137); }
div.DivClassName
{
background-color: #9BD489;
}
.BgClassName
{
background-color: #9BD489;
}
</style>
border-color css
<style>
span { border-color: #9BD489; }
span { border-color: rgb(155,212,137); }
td.TdClassName
{
border-color: #9BD489;
}
.TagClassName
{
border-color: #9BD489;
}
</style>