Shades of Gossip #9BD17F
Tints of Gossip #9BD17F
RGB
CMYK
RGB Variations
Color information
#9BD17F (or 0x9BD17F) is known color: Gossip. HEX triplet: 9B, D1 and 7F. RGB value is (155,209,127). Sum of RGB (Red+Green+Blue) = 155+209+127=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD17F is #642E80. Grayscale: #B7B7B7. Windows color (decimal): -6565505 or 8376731. OLE color: 8376731.
HSL color Cylindrical-coordinate representation of color #9BD17F: hue angle of 99.51º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BD17F is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 209 | 127 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.18 |
| HSL | 99.51º | 0.47% | 0.66% | - |
| HSV(B) | 99.51º | 0.39% | 0.82% | - |
| XYZ | 40.15 | 54.1 | 28.41 | - |
| YUV | 183.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 209 | 127 | 0.26 | 0 | 0.39 | 0.18 | 99.51 | 0.47 | 0.66 |
| Hex | 9B | D1 | 7F | 1A | 0 | 27 | 12 | 64 | 2F | 42 |
| Octal | 233 | 321 | 177 | 32 | 0 | 47 | 22 | 144 | 57 | 102 |
| Binary | 10011011 | 11010001 | 1111111 | 11010 | 0 | 100111 | 10010 | 1100100 | 101111 | 1000010 |
Color Harmonies of #9BD17F
Complementary color
Monochromatic Colors of #9BD17F
Black with #9BD17F
Text Example
Text Example
White with #9BD17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD17F; }
p { color: rgb(155,209,127); }
H1.HeaderClassName
{
color: #9BD17F;
}
.AnyTagClassName
{
color: #9BD17F;
}
</style>
background-color css
<style>
a { background-color: #9BD17F; }
a { background-color: rgb(155,209,127); }
div.DivClassName
{
background-color: #9BD17F;
}
.BgClassName
{
background-color: #9BD17F;
}
</style>
border-color css
<style>
span { border-color: #9BD17F; }
span { border-color: rgb(155,209,127); }
td.TdClassName
{
border-color: #9BD17F;
}
.TagClassName
{
border-color: #9BD17F;
}
</style>