Shades of Gossip #9BDA87
Tints of Gossip #9BDA87
RGB
CMYK
RGB Variations
Color information
#9BDA87 (or 0x9BDA87) is known color: Gossip. HEX triplet: 9B, DA and 87. RGB value is (155,218,135). Sum of RGB (Red+Green+Blue) = 155+218+135=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDA87 is #642578. Grayscale: #BDBDBD. Windows color (decimal): -6563193 or 8903323. OLE color: 8903323.
HSL color Cylindrical-coordinate representation of color #9BDA87: hue angle of 105.54º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BDA87 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 135 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.15 |
| HSL | 105.54º | 0.53% | 0.69% | - |
| HSV(B) | 105.54º | 0.38% | 0.85% | - |
| XYZ | 42.96 | 58.86 | 32.02 | - |
| YUV | 189.7 | 97.13 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 135 | 0.29 | 0 | 0.38 | 0.15 | 105.54 | 0.53 | 0.69 |
| Hex | 9B | DA | 87 | 1D | 0 | 26 | F | 6A | 35 | 45 |
| Octal | 233 | 332 | 207 | 35 | 0 | 46 | 17 | 152 | 65 | 105 |
| Binary | 10011011 | 11011010 | 10000111 | 11101 | 0 | 100110 | 1111 | 1101010 | 110101 | 1000101 |
Color Harmonies of #9BDA87
Complementary color
Monochromatic Colors of #9BDA87
Black with #9BDA87
Text Example
Text Example
White with #9BDA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA87; }
p { color: rgb(155,218,135); }
H1.HeaderClassName
{
color: #9BDA87;
}
.AnyTagClassName
{
color: #9BDA87;
}
</style>
background-color css
<style>
a { background-color: #9BDA87; }
a { background-color: rgb(155,218,135); }
div.DivClassName
{
background-color: #9BDA87;
}
.BgClassName
{
background-color: #9BDA87;
}
</style>
border-color css
<style>
span { border-color: #9BDA87; }
span { border-color: rgb(155,218,135); }
td.TdClassName
{
border-color: #9BDA87;
}
.TagClassName
{
border-color: #9BDA87;
}
</style>