Shades of Gossip #9BD581
Tints of Gossip #9BD581
RGB
CMYK
RGB Variations
Color information
#9BD581 (or 0x9BD581) is known color: Gossip. HEX triplet: 9B, D5 and 81. RGB value is (155,213,129). Sum of RGB (Red+Green+Blue) = 155+213+129=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD581 is #642A7E. Grayscale: #BABABA. Windows color (decimal): -6564479 or 8508827. OLE color: 8508827.
HSL color Cylindrical-coordinate representation of color #9BD581: hue angle of 101.43º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BD581 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 213 | 129 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.16 |
| HSL | 101.43º | 0.5% | 0.67% | - |
| HSV(B) | 101.43º | 0.39% | 0.84% | - |
| XYZ | 41.27 | 56.14 | 29.43 | - |
| YUV | 186.08 | 95.78 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 129 | 0.27 | 0 | 0.39 | 0.16 | 101.43 | 0.5 | 0.67 |
| Hex | 9B | D5 | 81 | 1B | 0 | 27 | 10 | 65 | 32 | 43 |
| Octal | 233 | 325 | 201 | 33 | 0 | 47 | 20 | 145 | 62 | 103 |
| Binary | 10011011 | 11010101 | 10000001 | 11011 | 0 | 100111 | 10000 | 1100101 | 110010 | 1000011 |
Color Harmonies of #9BD581
Complementary color
Monochromatic Colors of #9BD581
Black with #9BD581
Text Example
Text Example
White with #9BD581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD581; }
p { color: rgb(155,213,129); }
H1.HeaderClassName
{
color: #9BD581;
}
.AnyTagClassName
{
color: #9BD581;
}
</style>
background-color css
<style>
a { background-color: #9BD581; }
a { background-color: rgb(155,213,129); }
div.DivClassName
{
background-color: #9BD581;
}
.BgClassName
{
background-color: #9BD581;
}
</style>
border-color css
<style>
span { border-color: #9BD581; }
span { border-color: rgb(155,213,129); }
td.TdClassName
{
border-color: #9BD581;
}
.TagClassName
{
border-color: #9BD581;
}
</style>