Shades of Gossip #9BD388
Tints of Gossip #9BD388
RGB
CMYK
RGB Variations
Color information
#9BD388 (or 0x9BD388) is known color: Gossip. HEX triplet: 9B, D3 and 88. RGB value is (155,211,136). Sum of RGB (Red+Green+Blue) = 155+211+136=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD388 is #642C77. Grayscale: #B9B9B9. Windows color (decimal): -6564984 or 8967067. OLE color: 8967067.
HSL color Cylindrical-coordinate representation of color #9BD388: hue angle of 104.8º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BD388 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 211 | 136 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.17 |
| HSL | 104.8º | 0.46% | 0.68% | - |
| HSV(B) | 104.8º | 0.36% | 0.83% | - |
| XYZ | 41.26 | 55.33 | 31.8 | - |
| YUV | 185.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 136 | 0.27 | 0 | 0.36 | 0.17 | 104.8 | 0.46 | 0.68 |
| Hex | 9B | D3 | 88 | 1B | 0 | 24 | 11 | 69 | 2E | 44 |
| Octal | 233 | 323 | 210 | 33 | 0 | 44 | 21 | 151 | 56 | 104 |
| Binary | 10011011 | 11010011 | 10001000 | 11011 | 0 | 100100 | 10001 | 1101001 | 101110 | 1000100 |
Color Harmonies of #9BD388
Complementary color
Monochromatic Colors of #9BD388
Black with #9BD388
Text Example
Text Example
White with #9BD388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD388; }
p { color: rgb(155,211,136); }
H1.HeaderClassName
{
color: #9BD388;
}
.AnyTagClassName
{
color: #9BD388;
}
</style>
background-color css
<style>
a { background-color: #9BD388; }
a { background-color: rgb(155,211,136); }
div.DivClassName
{
background-color: #9BD388;
}
.BgClassName
{
background-color: #9BD388;
}
</style>
border-color css
<style>
span { border-color: #9BD388; }
span { border-color: rgb(155,211,136); }
td.TdClassName
{
border-color: #9BD388;
}
.TagClassName
{
border-color: #9BD388;
}
</style>