Shades of Gossip #9BDC7B
Tints of Gossip #9BDC7B
RGB
CMYK
RGB Variations
Color information
#9BDC7B (or 0x9BDC7B) is known color: Gossip. HEX triplet: 9B, DC and 7B. RGB value is (155,220,123). Sum of RGB (Red+Green+Blue) = 155+220+123=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC7B is #642384. Grayscale: #BDBDBD. Windows color (decimal): -6562693 or 8117403. OLE color: 8117403.
HSL color Cylindrical-coordinate representation of color #9BDC7B: hue angle of 100.21º degrees, saturation: 0.58, 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 #9BDC7B is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 123 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.14 |
| HSL | 100.21º | 0.58% | 0.67% | - |
| HSV(B) | 100.21º | 0.44% | 0.86% | - |
| XYZ | 42.69 | 59.59 | 27.99 | - |
| YUV | 189.51 | 90.47 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 123 | 0.30 | 0 | 0.44 | 0.14 | 100.21 | 0.58 | 0.67 |
| Hex | 9B | DC | 7B | 1E | 0 | 2C | E | 64 | 3A | 43 |
| Octal | 233 | 334 | 173 | 36 | 0 | 54 | 16 | 144 | 72 | 103 |
| Binary | 10011011 | 11011100 | 1111011 | 11110 | 0 | 101100 | 1110 | 1100100 | 111010 | 1000011 |
Color Harmonies of #9BDC7B
Complementary color
Monochromatic Colors of #9BDC7B
Black with #9BDC7B
Text Example
Text Example
White with #9BDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC7B; }
p { color: rgb(155,220,123); }
H1.HeaderClassName
{
color: #9BDC7B;
}
.AnyTagClassName
{
color: #9BDC7B;
}
</style>
background-color css
<style>
a { background-color: #9BDC7B; }
a { background-color: rgb(155,220,123); }
div.DivClassName
{
background-color: #9BDC7B;
}
.BgClassName
{
background-color: #9BDC7B;
}
</style>
border-color css
<style>
span { border-color: #9BDC7B; }
span { border-color: rgb(155,220,123); }
td.TdClassName
{
border-color: #9BDC7B;
}
.TagClassName
{
border-color: #9BDC7B;
}
</style>