Shades of Gossip #9BD970
Tints of Gossip #9BD970
RGB
CMYK
RGB Variations
Color information
#9BD970 (or 0x9BD970) is known color: Gossip. HEX triplet: 9B, D9 and 70. RGB value is (155,217,112). Sum of RGB (Red+Green+Blue) = 155+217+112=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD970 is #64268F. Grayscale: #BABABA. Windows color (decimal): -6563472 or 7395739. OLE color: 7395739.
HSL color Cylindrical-coordinate representation of color #9BD970: hue angle of 95.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BD970 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 112 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.15 |
| HSL | 95.43º | 0.58% | 0.65% | - |
| HSV(B) | 95.43º | 0.48% | 0.85% | - |
| XYZ | 41.26 | 57.76 | 24.3 | - |
| YUV | 186.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 112 | 0.29 | 0 | 0.48 | 0.15 | 95.43 | 0.58 | 0.65 |
| Hex | 9B | D9 | 70 | 1D | 0 | 30 | F | 5F | 3A | 41 |
| Octal | 233 | 331 | 160 | 35 | 0 | 60 | 17 | 137 | 72 | 101 |
| Binary | 10011011 | 11011001 | 1110000 | 11101 | 0 | 110000 | 1111 | 1011111 | 111010 | 1000001 |
Color Harmonies of #9BD970
Complementary color
Monochromatic Colors of #9BD970
Black with #9BD970
Text Example
Text Example
White with #9BD970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD970; }
p { color: rgb(155,217,112); }
H1.HeaderClassName
{
color: #9BD970;
}
.AnyTagClassName
{
color: #9BD970;
}
</style>
background-color css
<style>
a { background-color: #9BD970; }
a { background-color: rgb(155,217,112); }
div.DivClassName
{
background-color: #9BD970;
}
.BgClassName
{
background-color: #9BD970;
}
</style>
border-color css
<style>
span { border-color: #9BD970; }
span { border-color: rgb(155,217,112); }
td.TdClassName
{
border-color: #9BD970;
}
.TagClassName
{
border-color: #9BD970;
}
</style>