Shades of Gossip #9BDD7B
Tints of Gossip #9BDD7B
RGB
CMYK
RGB Variations
Color information
#9BDD7B (or 0x9BDD7B) is known color: Gossip. HEX triplet: 9B, DD and 7B. RGB value is (155,221,123). Sum of RGB (Red+Green+Blue) = 155+221+123=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD7B is #642284. Grayscale: #BEBEBE. Windows color (decimal): -6562437 or 8117659. OLE color: 8117659.
HSL color Cylindrical-coordinate representation of color #9BDD7B: hue angle of 100.41º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BDD7B is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 123 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.13 |
| HSL | 100.41º | 0.59% | 0.67% | - |
| HSV(B) | 100.41º | 0.44% | 0.87% | - |
| XYZ | 42.95 | 60.11 | 28.08 | - |
| YUV | 190.09 | 90.13 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 123 | 0.30 | 0 | 0.44 | 0.13 | 100.41 | 0.59 | 0.67 |
| Hex | 9B | DD | 7B | 1E | 0 | 2C | D | 64 | 3B | 43 |
| Octal | 233 | 335 | 173 | 36 | 0 | 54 | 15 | 144 | 73 | 103 |
| Binary | 10011011 | 11011101 | 1111011 | 11110 | 0 | 101100 | 1101 | 1100100 | 111011 | 1000011 |
Color Harmonies of #9BDD7B
Complementary color
Monochromatic Colors of #9BDD7B
Black with #9BDD7B
Text Example
Text Example
White with #9BDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD7B; }
p { color: rgb(155,221,123); }
H1.HeaderClassName
{
color: #9BDD7B;
}
.AnyTagClassName
{
color: #9BDD7B;
}
</style>
background-color css
<style>
a { background-color: #9BDD7B; }
a { background-color: rgb(155,221,123); }
div.DivClassName
{
background-color: #9BDD7B;
}
.BgClassName
{
background-color: #9BDD7B;
}
</style>
border-color css
<style>
span { border-color: #9BDD7B; }
span { border-color: rgb(155,221,123); }
td.TdClassName
{
border-color: #9BDD7B;
}
.TagClassName
{
border-color: #9BDD7B;
}
</style>