Shades of Gossip #9BDB88
Tints of Gossip #9BDB88
RGB
CMYK
RGB Variations
Color information
#9BDB88 (or 0x9BDB88) is known color: Gossip. HEX triplet: 9B, DB and 88. RGB value is (155,219,136). Sum of RGB (Red+Green+Blue) = 155+219+136=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDB88 is #642477. Grayscale: #BEBEBE. Windows color (decimal): -6562936 or 8969115. OLE color: 8969115.
HSL color Cylindrical-coordinate representation of color #9BDB88: hue angle of 106.27º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BDB88 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 136 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.14 |
| HSL | 106.27º | 0.54% | 0.7% | - |
| HSV(B) | 106.27º | 0.38% | 0.86% | - |
| XYZ | 43.29 | 59.41 | 32.48 | - |
| YUV | 190.4 | 97.3 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 136 | 0.29 | 0 | 0.38 | 0.14 | 106.27 | 0.54 | 0.7 |
| Hex | 9B | DB | 88 | 1D | 0 | 26 | E | 6A | 36 | 46 |
| Octal | 233 | 333 | 210 | 35 | 0 | 46 | 16 | 152 | 66 | 106 |
| Binary | 10011011 | 11011011 | 10001000 | 11101 | 0 | 100110 | 1110 | 1101010 | 110110 | 1000110 |
Color Harmonies of #9BDB88
Complementary color
Monochromatic Colors of #9BDB88
Black with #9BDB88
Text Example
Text Example
White with #9BDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB88; }
p { color: rgb(155,219,136); }
H1.HeaderClassName
{
color: #9BDB88;
}
.AnyTagClassName
{
color: #9BDB88;
}
</style>
background-color css
<style>
a { background-color: #9BDB88; }
a { background-color: rgb(155,219,136); }
div.DivClassName
{
background-color: #9BDB88;
}
.BgClassName
{
background-color: #9BDB88;
}
</style>
border-color css
<style>
span { border-color: #9BDB88; }
span { border-color: rgb(155,219,136); }
td.TdClassName
{
border-color: #9BDB88;
}
.TagClassName
{
border-color: #9BDB88;
}
</style>