Shades of Gossip #9BDB83
Tints of Gossip #9BDB83
RGB
CMYK
RGB Variations
Color information
#9BDB83 (or 0x9BDB83) is known color: Gossip. HEX triplet: 9B, DB and 83. RGB value is (155,219,131). Sum of RGB (Red+Green+Blue) = 155+219+131=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDB83 is #64247C. Grayscale: #BEBEBE. Windows color (decimal): -6562941 or 8641435. OLE color: 8641435.
HSL color Cylindrical-coordinate representation of color #9BDB83: hue angle of 103.64º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BDB83 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 131 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.14 |
| HSL | 103.64º | 0.55% | 0.69% | - |
| HSV(B) | 103.64º | 0.4% | 0.86% | - |
| XYZ | 42.95 | 59.27 | 30.65 | - |
| YUV | 189.83 | 94.8 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 131 | 0.29 | 0 | 0.40 | 0.14 | 103.64 | 0.55 | 0.69 |
| Hex | 9B | DB | 83 | 1D | 0 | 28 | E | 68 | 37 | 45 |
| Octal | 233 | 333 | 203 | 35 | 0 | 50 | 16 | 150 | 67 | 105 |
| Binary | 10011011 | 11011011 | 10000011 | 11101 | 0 | 101000 | 1110 | 1101000 | 110111 | 1000101 |
Color Harmonies of #9BDB83
Complementary color
Monochromatic Colors of #9BDB83
Black with #9BDB83
Text Example
Text Example
White with #9BDB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB83; }
p { color: rgb(155,219,131); }
H1.HeaderClassName
{
color: #9BDB83;
}
.AnyTagClassName
{
color: #9BDB83;
}
</style>
background-color css
<style>
a { background-color: #9BDB83; }
a { background-color: rgb(155,219,131); }
div.DivClassName
{
background-color: #9BDB83;
}
.BgClassName
{
background-color: #9BDB83;
}
</style>
border-color css
<style>
span { border-color: #9BDB83; }
span { border-color: rgb(155,219,131); }
td.TdClassName
{
border-color: #9BDB83;
}
.TagClassName
{
border-color: #9BDB83;
}
</style>