Shades of Gossip #9BDB82
Tints of Gossip #9BDB82
RGB
CMYK
RGB Variations
Color information
#9BDB82 (or 0x9BDB82) is known color: Gossip. HEX triplet: 9B, DB and 82. RGB value is (155,219,130). Sum of RGB (Red+Green+Blue) = 155+219+130=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDB82 is #64247D. Grayscale: #BEBEBE. Windows color (decimal): -6562942 or 8575899. OLE color: 8575899.
HSL color Cylindrical-coordinate representation of color #9BDB82: hue angle of 103.15º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BDB82 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 130 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.14 |
| HSL | 103.15º | 0.55% | 0.68% | - |
| HSV(B) | 103.15º | 0.41% | 0.86% | - |
| XYZ | 42.88 | 59.24 | 30.29 | - |
| YUV | 189.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 130 | 0.29 | 0 | 0.41 | 0.14 | 103.15 | 0.55 | 0.68 |
| Hex | 9B | DB | 82 | 1D | 0 | 29 | E | 67 | 37 | 44 |
| Octal | 233 | 333 | 202 | 35 | 0 | 51 | 16 | 147 | 67 | 104 |
| Binary | 10011011 | 11011011 | 10000010 | 11101 | 0 | 101001 | 1110 | 1100111 | 110111 | 1000100 |
Color Harmonies of #9BDB82
Complementary color
Monochromatic Colors of #9BDB82
Black with #9BDB82
Text Example
Text Example
White with #9BDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB82; }
p { color: rgb(155,219,130); }
H1.HeaderClassName
{
color: #9BDB82;
}
.AnyTagClassName
{
color: #9BDB82;
}
</style>
background-color css
<style>
a { background-color: #9BDB82; }
a { background-color: rgb(155,219,130); }
div.DivClassName
{
background-color: #9BDB82;
}
.BgClassName
{
background-color: #9BDB82;
}
</style>
border-color css
<style>
span { border-color: #9BDB82; }
span { border-color: rgb(155,219,130); }
td.TdClassName
{
border-color: #9BDB82;
}
.TagClassName
{
border-color: #9BDB82;
}
</style>