Shades of Gossip #9BD98A
Tints of Gossip #9BD98A
RGB
CMYK
RGB Variations
Color information
#9BD98A (or 0x9BD98A) is known color: Gossip. HEX triplet: 9B, D9 and 8A. RGB value is (155,217,138). Sum of RGB (Red+Green+Blue) = 155+217+138=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD98A is #642675. Grayscale: #BDBDBD. Windows color (decimal): -6563446 or 9099675. OLE color: 9099675.
HSL color Cylindrical-coordinate representation of color #9BD98A: hue angle of 107.09º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BD98A is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 138 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.15 |
| HSL | 107.09º | 0.51% | 0.7% | - |
| HSV(B) | 107.09º | 0.36% | 0.85% | - |
| XYZ | 42.92 | 58.43 | 33.06 | - |
| YUV | 189.46 | 98.96 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 138 | 0.29 | 0 | 0.36 | 0.15 | 107.09 | 0.51 | 0.7 |
| Hex | 9B | D9 | 8A | 1D | 0 | 24 | F | 6B | 33 | 46 |
| Octal | 233 | 331 | 212 | 35 | 0 | 44 | 17 | 153 | 63 | 106 |
| Binary | 10011011 | 11011001 | 10001010 | 11101 | 0 | 100100 | 1111 | 1101011 | 110011 | 1000110 |
Color Harmonies of #9BD98A
Complementary color
Monochromatic Colors of #9BD98A
Black with #9BD98A
Text Example
Text Example
White with #9BD98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD98A; }
p { color: rgb(155,217,138); }
H1.HeaderClassName
{
color: #9BD98A;
}
.AnyTagClassName
{
color: #9BD98A;
}
</style>
background-color css
<style>
a { background-color: #9BD98A; }
a { background-color: rgb(155,217,138); }
div.DivClassName
{
background-color: #9BD98A;
}
.BgClassName
{
background-color: #9BD98A;
}
</style>
border-color css
<style>
span { border-color: #9BD98A; }
span { border-color: rgb(155,217,138); }
td.TdClassName
{
border-color: #9BD98A;
}
.TagClassName
{
border-color: #9BD98A;
}
</style>