Shades of Gossip #9BD583
Tints of Gossip #9BD583
RGB
CMYK
RGB Variations
Color information
#9BD583 (or 0x9BD583) is known color: Gossip. HEX triplet: 9B, D5 and 83. RGB value is (155,213,131). Sum of RGB (Red+Green+Blue) = 155+213+131=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD583 is #642A7C. Grayscale: #BABABA. Windows color (decimal): -6564477 or 8639899. OLE color: 8639899.
HSL color Cylindrical-coordinate representation of color #9BD583: hue angle of 102.44º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BD583 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 213 | 131 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.16 |
| HSL | 102.44º | 0.49% | 0.67% | - |
| HSV(B) | 102.44º | 0.38% | 0.84% | - |
| XYZ | 41.41 | 56.2 | 30.14 | - |
| YUV | 186.31 | 96.78 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 131 | 0.27 | 0 | 0.38 | 0.16 | 102.44 | 0.49 | 0.67 |
| Hex | 9B | D5 | 83 | 1B | 0 | 26 | 10 | 66 | 31 | 43 |
| Octal | 233 | 325 | 203 | 33 | 0 | 46 | 20 | 146 | 61 | 103 |
| Binary | 10011011 | 11010101 | 10000011 | 11011 | 0 | 100110 | 10000 | 1100110 | 110001 | 1000011 |
Color Harmonies of #9BD583
Complementary color
Monochromatic Colors of #9BD583
Black with #9BD583
Text Example
Text Example
White with #9BD583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD583; }
p { color: rgb(155,213,131); }
H1.HeaderClassName
{
color: #9BD583;
}
.AnyTagClassName
{
color: #9BD583;
}
</style>
background-color css
<style>
a { background-color: #9BD583; }
a { background-color: rgb(155,213,131); }
div.DivClassName
{
background-color: #9BD583;
}
.BgClassName
{
background-color: #9BD583;
}
</style>
border-color css
<style>
span { border-color: #9BD583; }
span { border-color: rgb(155,213,131); }
td.TdClassName
{
border-color: #9BD583;
}
.TagClassName
{
border-color: #9BD583;
}
</style>