Shades of Gossip #9BD271
Tints of Gossip #9BD271
RGB
CMYK
RGB Variations
Color information
#9BD271 (or 0x9BD271) is known color: Gossip. HEX triplet: 9B, D2 and 71. RGB value is (155,210,113). Sum of RGB (Red+Green+Blue) = 155+210+113=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD271 is #642D8E. Grayscale: #B6B6B6. Windows color (decimal): -6565263 or 7459483. OLE color: 7459483.
HSL color Cylindrical-coordinate representation of color #9BD271: hue angle of 94.02º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BD271 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 113 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.18 |
| HSL | 94.02º | 0.52% | 0.63% | - |
| HSV(B) | 94.02º | 0.46% | 0.82% | - |
| XYZ | 39.54 | 54.25 | 24.01 | - |
| YUV | 182.5 | 88.78 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 113 | 0.26 | 0 | 0.46 | 0.18 | 94.02 | 0.52 | 0.63 |
| Hex | 9B | D2 | 71 | 1A | 0 | 2E | 12 | 5E | 34 | 3F |
| Octal | 233 | 322 | 161 | 32 | 0 | 56 | 22 | 136 | 64 | 77 |
| Binary | 10011011 | 11010010 | 1110001 | 11010 | 0 | 101110 | 10010 | 1011110 | 110100 | 111111 |
Color Harmonies of #9BD271
Complementary color
Monochromatic Colors of #9BD271
Black with #9BD271
Text Example
Text Example
White with #9BD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD271; }
p { color: rgb(155,210,113); }
H1.HeaderClassName
{
color: #9BD271;
}
.AnyTagClassName
{
color: #9BD271;
}
</style>
background-color css
<style>
a { background-color: #9BD271; }
a { background-color: rgb(155,210,113); }
div.DivClassName
{
background-color: #9BD271;
}
.BgClassName
{
background-color: #9BD271;
}
</style>
border-color css
<style>
span { border-color: #9BD271; }
span { border-color: rgb(155,210,113); }
td.TdClassName
{
border-color: #9BD271;
}
.TagClassName
{
border-color: #9BD271;
}
</style>