Shades of Gossip #9BDB7B
Tints of Gossip #9BDB7B
RGB
CMYK
RGB Variations
Color information
#9BDB7B (or 0x9BDB7B) is known color: Gossip. HEX triplet: 9B, DB and 7B. RGB value is (155,219,123). Sum of RGB (Red+Green+Blue) = 155+219+123=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB7B is #642484. Grayscale: #BDBDBD. Windows color (decimal): -6562949 or 8117147. OLE color: 8117147.
HSL color Cylindrical-coordinate representation of color #9BDB7B: hue angle of 100º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BDB7B is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 123 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.14 |
| HSL | 100º | 0.57% | 0.67% | - |
| HSV(B) | 100º | 0.44% | 0.86% | - |
| XYZ | 42.42 | 59.06 | 27.9 | - |
| YUV | 188.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 123 | 0.29 | 0 | 0.44 | 0.14 | 100 | 0.57 | 0.67 |
| Hex | 9B | DB | 7B | 1D | 0 | 2C | E | 64 | 39 | 43 |
| Octal | 233 | 333 | 173 | 35 | 0 | 54 | 16 | 144 | 71 | 103 |
| Binary | 10011011 | 11011011 | 1111011 | 11101 | 0 | 101100 | 1110 | 1100100 | 111001 | 1000011 |
Color Harmonies of #9BDB7B
Complementary color
Monochromatic Colors of #9BDB7B
Black with #9BDB7B
Text Example
Text Example
White with #9BDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB7B; }
p { color: rgb(155,219,123); }
H1.HeaderClassName
{
color: #9BDB7B;
}
.AnyTagClassName
{
color: #9BDB7B;
}
</style>
background-color css
<style>
a { background-color: #9BDB7B; }
a { background-color: rgb(155,219,123); }
div.DivClassName
{
background-color: #9BDB7B;
}
.BgClassName
{
background-color: #9BDB7B;
}
</style>
border-color css
<style>
span { border-color: #9BDB7B; }
span { border-color: rgb(155,219,123); }
td.TdClassName
{
border-color: #9BDB7B;
}
.TagClassName
{
border-color: #9BDB7B;
}
</style>