Shades of Gossip #9BCD80
Tints of Gossip #9BCD80
RGB
CMYK
RGB Variations
Color information
#9BCD80 (or 0x9BCD80) is known color: Gossip. HEX triplet: 9B, CD and 80. RGB value is (155,205,128). Sum of RGB (Red+Green+Blue) = 155+205+128=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCD80 is #64327F. Grayscale: #B5B5B5. Windows color (decimal): -6566528 or 8441243. OLE color: 8441243.
HSL color Cylindrical-coordinate representation of color #9BCD80: hue angle of 98.96º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BCD80 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 128 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.20 |
| HSL | 98.96º | 0.44% | 0.65% | - |
| HSV(B) | 98.96º | 0.38% | 0.8% | - |
| XYZ | 39.25 | 52.19 | 28.43 | - |
| YUV | 181.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 128 | 0.24 | 0 | 0.38 | 0.20 | 98.96 | 0.44 | 0.65 |
| Hex | 9B | CD | 80 | 18 | 0 | 26 | 14 | 63 | 2C | 41 |
| Octal | 233 | 315 | 200 | 30 | 0 | 46 | 24 | 143 | 54 | 101 |
| Binary | 10011011 | 11001101 | 10000000 | 11000 | 0 | 100110 | 10100 | 1100011 | 101100 | 1000001 |
Color Harmonies of #9BCD80
Complementary color
Monochromatic Colors of #9BCD80
Black with #9BCD80
Text Example
Text Example
White with #9BCD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD80; }
p { color: rgb(155,205,128); }
H1.HeaderClassName
{
color: #9BCD80;
}
.AnyTagClassName
{
color: #9BCD80;
}
</style>
background-color css
<style>
a { background-color: #9BCD80; }
a { background-color: rgb(155,205,128); }
div.DivClassName
{
background-color: #9BCD80;
}
.BgClassName
{
background-color: #9BCD80;
}
</style>
border-color css
<style>
span { border-color: #9BCD80; }
span { border-color: rgb(155,205,128); }
td.TdClassName
{
border-color: #9BCD80;
}
.TagClassName
{
border-color: #9BCD80;
}
</style>