Shades of Gossip #9BD386
Tints of Gossip #9BD386
RGB
CMYK
RGB Variations
Color information
#9BD386 (or 0x9BD386) is known color: Gossip. HEX triplet: 9B, D3 and 86. RGB value is (155,211,134). Sum of RGB (Red+Green+Blue) = 155+211+134=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD386 is #642C79. Grayscale: #B9B9B9. Windows color (decimal): -6564986 or 8835995. OLE color: 8835995.
HSL color Cylindrical-coordinate representation of color #9BD386: hue angle of 103.64º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BD386 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 211 | 134 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.17 |
| HSL | 103.64º | 0.47% | 0.68% | - |
| HSV(B) | 103.64º | 0.36% | 0.83% | - |
| XYZ | 41.11 | 55.28 | 31.06 | - |
| YUV | 185.48 | 98.95 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 134 | 0.27 | 0 | 0.36 | 0.17 | 103.64 | 0.47 | 0.68 |
| Hex | 9B | D3 | 86 | 1B | 0 | 24 | 11 | 68 | 2F | 44 |
| Octal | 233 | 323 | 206 | 33 | 0 | 44 | 21 | 150 | 57 | 104 |
| Binary | 10011011 | 11010011 | 10000110 | 11011 | 0 | 100100 | 10001 | 1101000 | 101111 | 1000100 |
Color Harmonies of #9BD386
Complementary color
Monochromatic Colors of #9BD386
Black with #9BD386
Text Example
Text Example
White with #9BD386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD386; }
p { color: rgb(155,211,134); }
H1.HeaderClassName
{
color: #9BD386;
}
.AnyTagClassName
{
color: #9BD386;
}
</style>
background-color css
<style>
a { background-color: #9BD386; }
a { background-color: rgb(155,211,134); }
div.DivClassName
{
background-color: #9BD386;
}
.BgClassName
{
background-color: #9BD386;
}
</style>
border-color css
<style>
span { border-color: #9BD386; }
span { border-color: rgb(155,211,134); }
td.TdClassName
{
border-color: #9BD386;
}
.TagClassName
{
border-color: #9BD386;
}
</style>