Shades of Gossip #9BC982
Tints of Gossip #9BC982
RGB
CMYK
RGB Variations
Color information
#9BC982 (or 0x9BC982) is known color: Gossip. HEX triplet: 9B, C9 and 82. RGB value is (155,201,130). Sum of RGB (Red+Green+Blue) = 155+201+130=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC982 is #64367D. Grayscale: #B3B3B3. Windows color (decimal): -6567550 or 8571291. OLE color: 8571291.
HSL color Cylindrical-coordinate representation of color #9BC982: hue angle of 98.87º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BC982 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 130 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.21 |
| HSL | 98.87º | 0.4% | 0.65% | - |
| HSV(B) | 98.87º | 0.35% | 0.79% | - |
| XYZ | 38.43 | 50.35 | 28.81 | - |
| YUV | 179.15 | 100.26 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 130 | 0.23 | 0 | 0.35 | 0.21 | 98.87 | 0.4 | 0.65 |
| Hex | 9B | C9 | 82 | 17 | 0 | 23 | 15 | 63 | 28 | 41 |
| Octal | 233 | 311 | 202 | 27 | 0 | 43 | 25 | 143 | 50 | 101 |
| Binary | 10011011 | 11001001 | 10000010 | 10111 | 0 | 100011 | 10101 | 1100011 | 101000 | 1000001 |
Color Harmonies of #9BC982
Complementary color
Monochromatic Colors of #9BC982
Black with #9BC982
Text Example
Text Example
White with #9BC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC982; }
p { color: rgb(155,201,130); }
H1.HeaderClassName
{
color: #9BC982;
}
.AnyTagClassName
{
color: #9BC982;
}
</style>
background-color css
<style>
a { background-color: #9BC982; }
a { background-color: rgb(155,201,130); }
div.DivClassName
{
background-color: #9BC982;
}
.BgClassName
{
background-color: #9BC982;
}
</style>
border-color css
<style>
span { border-color: #9BC982; }
span { border-color: rgb(155,201,130); }
td.TdClassName
{
border-color: #9BC982;
}
.TagClassName
{
border-color: #9BC982;
}
</style>