Shades of Gossip #9BD681
Tints of Gossip #9BD681
RGB
CMYK
RGB Variations
Color information
#9BD681 (or 0x9BD681) is known color: Gossip. HEX triplet: 9B, D6 and 81. RGB value is (155,214,129). Sum of RGB (Red+Green+Blue) = 155+214+129=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD681 is #64297E. Grayscale: #BABABA. Windows color (decimal): -6564223 or 8509083. OLE color: 8509083.
HSL color Cylindrical-coordinate representation of color #9BD681: hue angle of 101.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BD681 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 214 | 129 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.16 |
| HSL | 101.65º | 0.51% | 0.67% | - |
| HSV(B) | 101.65º | 0.4% | 0.84% | - |
| XYZ | 41.53 | 56.65 | 29.51 | - |
| YUV | 186.67 | 95.45 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 129 | 0.28 | 0 | 0.40 | 0.16 | 101.65 | 0.51 | 0.67 |
| Hex | 9B | D6 | 81 | 1C | 0 | 28 | 10 | 66 | 33 | 43 |
| Octal | 233 | 326 | 201 | 34 | 0 | 50 | 20 | 146 | 63 | 103 |
| Binary | 10011011 | 11010110 | 10000001 | 11100 | 0 | 101000 | 10000 | 1100110 | 110011 | 1000011 |
Color Harmonies of #9BD681
Complementary color
Monochromatic Colors of #9BD681
Black with #9BD681
Text Example
Text Example
White with #9BD681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD681; }
p { color: rgb(155,214,129); }
H1.HeaderClassName
{
color: #9BD681;
}
.AnyTagClassName
{
color: #9BD681;
}
</style>
background-color css
<style>
a { background-color: #9BD681; }
a { background-color: rgb(155,214,129); }
div.DivClassName
{
background-color: #9BD681;
}
.BgClassName
{
background-color: #9BD681;
}
</style>
border-color css
<style>
span { border-color: #9BD681; }
span { border-color: rgb(155,214,129); }
td.TdClassName
{
border-color: #9BD681;
}
.TagClassName
{
border-color: #9BD681;
}
</style>