Shades of Gossip #9BDB84
Tints of Gossip #9BDB84
RGB
CMYK
RGB Variations
Color information
#9BDB84 (or 0x9BDB84) is known color: Gossip. HEX triplet: 9B, DB and 84. RGB value is (155,219,132). Sum of RGB (Red+Green+Blue) = 155+219+132=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDB84 is #64247B. Grayscale: #BEBEBE. Windows color (decimal): -6562940 or 8706971. OLE color: 8706971.
HSL color Cylindrical-coordinate representation of color #9BDB84: hue angle of 104.14º 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 #9BDB84 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 132 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.14 |
| HSL | 104.14º | 0.55% | 0.69% | - |
| HSV(B) | 104.14º | 0.4% | 0.86% | - |
| XYZ | 43.01 | 59.3 | 31.01 | - |
| YUV | 189.95 | 95.3 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 132 | 0.29 | 0 | 0.40 | 0.14 | 104.14 | 0.55 | 0.69 |
| Hex | 9B | DB | 84 | 1D | 0 | 28 | E | 68 | 37 | 45 |
| Octal | 233 | 333 | 204 | 35 | 0 | 50 | 16 | 150 | 67 | 105 |
| Binary | 10011011 | 11011011 | 10000100 | 11101 | 0 | 101000 | 1110 | 1101000 | 110111 | 1000101 |
Color Harmonies of #9BDB84
Complementary color
Monochromatic Colors of #9BDB84
Black with #9BDB84
Text Example
Text Example
White with #9BDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB84; }
p { color: rgb(155,219,132); }
H1.HeaderClassName
{
color: #9BDB84;
}
.AnyTagClassName
{
color: #9BDB84;
}
</style>
background-color css
<style>
a { background-color: #9BDB84; }
a { background-color: rgb(155,219,132); }
div.DivClassName
{
background-color: #9BDB84;
}
.BgClassName
{
background-color: #9BDB84;
}
</style>
border-color css
<style>
span { border-color: #9BDB84; }
span { border-color: rgb(155,219,132); }
td.TdClassName
{
border-color: #9BDB84;
}
.TagClassName
{
border-color: #9BDB84;
}
</style>