Shades of Gossip #9BD484
Tints of Gossip #9BD484
RGB
CMYK
RGB Variations
Color information
#9BD484 (or 0x9BD484) is known color: Gossip. HEX triplet: 9B, D4 and 84. RGB value is (155,212,132). Sum of RGB (Red+Green+Blue) = 155+212+132=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD484 is #642B7B. Grayscale: #BABABA. Windows color (decimal): -6564732 or 8705179. OLE color: 8705179.
HSL color Cylindrical-coordinate representation of color #9BD484: hue angle of 102.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BD484 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 212 | 132 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.17 |
| HSL | 102.75º | 0.48% | 0.67% | - |
| HSV(B) | 102.75º | 0.38% | 0.83% | - |
| XYZ | 41.23 | 55.72 | 30.41 | - |
| YUV | 185.84 | 97.62 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 212 | 132 | 0.27 | 0 | 0.38 | 0.17 | 102.75 | 0.48 | 0.67 |
| Hex | 9B | D4 | 84 | 1B | 0 | 26 | 11 | 67 | 30 | 43 |
| Octal | 233 | 324 | 204 | 33 | 0 | 46 | 21 | 147 | 60 | 103 |
| Binary | 10011011 | 11010100 | 10000100 | 11011 | 0 | 100110 | 10001 | 1100111 | 110000 | 1000011 |
Color Harmonies of #9BD484
Complementary color
Monochromatic Colors of #9BD484
Black with #9BD484
Text Example
Text Example
White with #9BD484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD484; }
p { color: rgb(155,212,132); }
H1.HeaderClassName
{
color: #9BD484;
}
.AnyTagClassName
{
color: #9BD484;
}
</style>
background-color css
<style>
a { background-color: #9BD484; }
a { background-color: rgb(155,212,132); }
div.DivClassName
{
background-color: #9BD484;
}
.BgClassName
{
background-color: #9BD484;
}
</style>
border-color css
<style>
span { border-color: #9BD484; }
span { border-color: rgb(155,212,132); }
td.TdClassName
{
border-color: #9BD484;
}
.TagClassName
{
border-color: #9BD484;
}
</style>