Shades of Gossip #9BD883
Tints of Gossip #9BD883
RGB
CMYK
RGB Variations
Color information
#9BD883 (or 0x9BD883) is known color: Gossip. HEX triplet: 9B, D8 and 83. RGB value is (155,216,131). Sum of RGB (Red+Green+Blue) = 155+216+131=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD883 is #64277C. Grayscale: #BCBCBC. Windows color (decimal): -6563709 or 8640667. OLE color: 8640667.
HSL color Cylindrical-coordinate representation of color #9BD883: hue angle of 103.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BD883 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 131 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.15 |
| HSL | 103.06º | 0.52% | 0.68% | - |
| HSV(B) | 103.06º | 0.39% | 0.85% | - |
| XYZ | 42.17 | 57.72 | 30.39 | - |
| YUV | 188.07 | 95.79 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 131 | 0.28 | 0 | 0.39 | 0.15 | 103.06 | 0.52 | 0.68 |
| Hex | 9B | D8 | 83 | 1C | 0 | 27 | F | 67 | 34 | 44 |
| Octal | 233 | 330 | 203 | 34 | 0 | 47 | 17 | 147 | 64 | 104 |
| Binary | 10011011 | 11011000 | 10000011 | 11100 | 0 | 100111 | 1111 | 1100111 | 110100 | 1000100 |
Color Harmonies of #9BD883
Complementary color
Monochromatic Colors of #9BD883
Black with #9BD883
Text Example
Text Example
White with #9BD883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD883; }
p { color: rgb(155,216,131); }
H1.HeaderClassName
{
color: #9BD883;
}
.AnyTagClassName
{
color: #9BD883;
}
</style>
background-color css
<style>
a { background-color: #9BD883; }
a { background-color: rgb(155,216,131); }
div.DivClassName
{
background-color: #9BD883;
}
.BgClassName
{
background-color: #9BD883;
}
</style>
border-color css
<style>
span { border-color: #9BD883; }
span { border-color: rgb(155,216,131); }
td.TdClassName
{
border-color: #9BD883;
}
.TagClassName
{
border-color: #9BD883;
}
</style>