Shades of Gossip #9BC983
Tints of Gossip #9BC983
RGB
CMYK
RGB Variations
Color information
#9BC983 (or 0x9BC983) is known color: Gossip. HEX triplet: 9B, C9 and 83. RGB value is (155,201,131). Sum of RGB (Red+Green+Blue) = 155+201+131=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC983 is #64367C. Grayscale: #B3B3B3. Windows color (decimal): -6567549 or 8636827. OLE color: 8636827.
HSL color Cylindrical-coordinate representation of color #9BC983: hue angle of 99.43º degrees, saturation: 0.39, 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 #9BC983 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 131 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.21 |
| HSL | 99.43º | 0.39% | 0.65% | - |
| HSV(B) | 99.43º | 0.35% | 0.79% | - |
| XYZ | 38.5 | 50.38 | 29.17 | - |
| YUV | 179.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 131 | 0.23 | 0 | 0.35 | 0.21 | 99.43 | 0.39 | 0.65 |
| Hex | 9B | C9 | 83 | 17 | 0 | 23 | 15 | 63 | 27 | 41 |
| Octal | 233 | 311 | 203 | 27 | 0 | 43 | 25 | 143 | 47 | 101 |
| Binary | 10011011 | 11001001 | 10000011 | 10111 | 0 | 100011 | 10101 | 1100011 | 100111 | 1000001 |
Color Harmonies of #9BC983
Complementary color
Monochromatic Colors of #9BC983
Black with #9BC983
Text Example
Text Example
White with #9BC983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC983; }
p { color: rgb(155,201,131); }
H1.HeaderClassName
{
color: #9BC983;
}
.AnyTagClassName
{
color: #9BC983;
}
</style>
background-color css
<style>
a { background-color: #9BC983; }
a { background-color: rgb(155,201,131); }
div.DivClassName
{
background-color: #9BC983;
}
.BgClassName
{
background-color: #9BC983;
}
</style>
border-color css
<style>
span { border-color: #9BC983; }
span { border-color: rgb(155,201,131); }
td.TdClassName
{
border-color: #9BC983;
}
.TagClassName
{
border-color: #9BC983;
}
</style>