Shades of Gossip #9BDC7E
Tints of Gossip #9BDC7E
RGB
CMYK
RGB Variations
Color information
#9BDC7E (or 0x9BDC7E) is known color: Gossip. HEX triplet: 9B, DC and 7E. RGB value is (155,220,126). Sum of RGB (Red+Green+Blue) = 155+220+126=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC7E is #642381. Grayscale: #BEBEBE. Windows color (decimal): -6562690 or 8314011. OLE color: 8314011.
HSL color Cylindrical-coordinate representation of color #9BDC7E: hue angle of 101.49º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BDC7E is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 126 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.14 |
| HSL | 101.49º | 0.57% | 0.68% | - |
| HSV(B) | 101.49º | 0.43% | 0.86% | - |
| XYZ | 42.88 | 59.66 | 28.99 | - |
| YUV | 189.85 | 91.97 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 126 | 0.30 | 0 | 0.43 | 0.14 | 101.49 | 0.57 | 0.68 |
| Hex | 9B | DC | 7E | 1E | 0 | 2B | E | 65 | 39 | 44 |
| Octal | 233 | 334 | 176 | 36 | 0 | 53 | 16 | 145 | 71 | 104 |
| Binary | 10011011 | 11011100 | 1111110 | 11110 | 0 | 101011 | 1110 | 1100101 | 111001 | 1000100 |
Color Harmonies of #9BDC7E
Complementary color
Monochromatic Colors of #9BDC7E
Black with #9BDC7E
Text Example
Text Example
White with #9BDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC7E; }
p { color: rgb(155,220,126); }
H1.HeaderClassName
{
color: #9BDC7E;
}
.AnyTagClassName
{
color: #9BDC7E;
}
</style>
background-color css
<style>
a { background-color: #9BDC7E; }
a { background-color: rgb(155,220,126); }
div.DivClassName
{
background-color: #9BDC7E;
}
.BgClassName
{
background-color: #9BDC7E;
}
</style>
border-color css
<style>
span { border-color: #9BDC7E; }
span { border-color: rgb(155,220,126); }
td.TdClassName
{
border-color: #9BDC7E;
}
.TagClassName
{
border-color: #9BDC7E;
}
</style>