Shades of Gossip #9BD480
Tints of Gossip #9BD480
RGB
CMYK
RGB Variations
Color information
#9BD480 (or 0x9BD480) is known color: Gossip. HEX triplet: 9B, D4 and 80. RGB value is (155,212,128). Sum of RGB (Red+Green+Blue) = 155+212+128=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD480 is #642B7F. Grayscale: #B9B9B9. Windows color (decimal): -6564736 or 8443035. OLE color: 8443035.
HSL color Cylindrical-coordinate representation of color #9BD480: hue angle of 100.71º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BD480 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 212 | 128 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.17 |
| HSL | 100.71º | 0.49% | 0.67% | - |
| HSV(B) | 100.71º | 0.4% | 0.83% | - |
| XYZ | 40.96 | 55.61 | 29 | - |
| YUV | 185.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 212 | 128 | 0.27 | 0 | 0.40 | 0.17 | 100.71 | 0.49 | 0.67 |
| Hex | 9B | D4 | 80 | 1B | 0 | 28 | 11 | 65 | 31 | 43 |
| Octal | 233 | 324 | 200 | 33 | 0 | 50 | 21 | 145 | 61 | 103 |
| Binary | 10011011 | 11010100 | 10000000 | 11011 | 0 | 101000 | 10001 | 1100101 | 110001 | 1000011 |
Color Harmonies of #9BD480
Complementary color
Monochromatic Colors of #9BD480
Black with #9BD480
Text Example
Text Example
White with #9BD480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD480; }
p { color: rgb(155,212,128); }
H1.HeaderClassName
{
color: #9BD480;
}
.AnyTagClassName
{
color: #9BD480;
}
</style>
background-color css
<style>
a { background-color: #9BD480; }
a { background-color: rgb(155,212,128); }
div.DivClassName
{
background-color: #9BD480;
}
.BgClassName
{
background-color: #9BD480;
}
</style>
border-color css
<style>
span { border-color: #9BD480; }
span { border-color: rgb(155,212,128); }
td.TdClassName
{
border-color: #9BD480;
}
.TagClassName
{
border-color: #9BD480;
}
</style>