Shades of Gossip #9BD76B
Tints of Gossip #9BD76B
RGB
CMYK
RGB Variations
Color information
#9BD76B (or 0x9BD76B) is known color: Gossip. HEX triplet: 9B, D7 and 6B. RGB value is (155,215,107). Sum of RGB (Red+Green+Blue) = 155+215+107=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD76B is #642894. Grayscale: #B9B9B9. Windows color (decimal): -6563989 or 7067547. OLE color: 7067547.
HSL color Cylindrical-coordinate representation of color #9BD76B: hue angle of 93.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BD76B is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 107 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.16 |
| HSL | 93.33º | 0.57% | 0.63% | - |
| HSV(B) | 93.33º | 0.5% | 0.84% | - |
| XYZ | 40.47 | 56.63 | 22.71 | - |
| YUV | 184.75 | 84.12 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 107 | 0.28 | 0 | 0.50 | 0.16 | 93.33 | 0.57 | 0.63 |
| Hex | 9B | D7 | 6B | 1C | 0 | 32 | 10 | 5D | 39 | 3F |
| Octal | 233 | 327 | 153 | 34 | 0 | 62 | 20 | 135 | 71 | 77 |
| Binary | 10011011 | 11010111 | 1101011 | 11100 | 0 | 110010 | 10000 | 1011101 | 111001 | 111111 |
Color Harmonies of #9BD76B
Complementary color
Monochromatic Colors of #9BD76B
Black with #9BD76B
Text Example
Text Example
White with #9BD76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD76B; }
p { color: rgb(155,215,107); }
H1.HeaderClassName
{
color: #9BD76B;
}
.AnyTagClassName
{
color: #9BD76B;
}
</style>
background-color css
<style>
a { background-color: #9BD76B; }
a { background-color: rgb(155,215,107); }
div.DivClassName
{
background-color: #9BD76B;
}
.BgClassName
{
background-color: #9BD76B;
}
</style>
border-color css
<style>
span { border-color: #9BD76B; }
span { border-color: rgb(155,215,107); }
td.TdClassName
{
border-color: #9BD76B;
}
.TagClassName
{
border-color: #9BD76B;
}
</style>