Shades of Gossip #9BDC84
Tints of Gossip #9BDC84
RGB
CMYK
RGB Variations
Color information
#9BDC84 (or 0x9BDC84) is known color: Gossip. HEX triplet: 9B, DC and 84. RGB value is (155,220,132). Sum of RGB (Red+Green+Blue) = 155+220+132=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDC84 is #64237B. Grayscale: #BEBEBE. Windows color (decimal): -6562684 or 8707227. OLE color: 8707227.
HSL color Cylindrical-coordinate representation of color #9BDC84: hue angle of 104.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BDC84 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 132 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.14 |
| HSL | 104.32º | 0.56% | 0.69% | - |
| HSV(B) | 104.32º | 0.4% | 0.86% | - |
| XYZ | 43.28 | 59.82 | 31.1 | - |
| YUV | 190.53 | 94.97 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 132 | 0.30 | 0 | 0.40 | 0.14 | 104.32 | 0.56 | 0.69 |
| Hex | 9B | DC | 84 | 1E | 0 | 28 | E | 68 | 38 | 45 |
| Octal | 233 | 334 | 204 | 36 | 0 | 50 | 16 | 150 | 70 | 105 |
| Binary | 10011011 | 11011100 | 10000100 | 11110 | 0 | 101000 | 1110 | 1101000 | 111000 | 1000101 |
Color Harmonies of #9BDC84
Complementary color
Monochromatic Colors of #9BDC84
Black with #9BDC84
Text Example
Text Example
White with #9BDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC84; }
p { color: rgb(155,220,132); }
H1.HeaderClassName
{
color: #9BDC84;
}
.AnyTagClassName
{
color: #9BDC84;
}
</style>
background-color css
<style>
a { background-color: #9BDC84; }
a { background-color: rgb(155,220,132); }
div.DivClassName
{
background-color: #9BDC84;
}
.BgClassName
{
background-color: #9BDC84;
}
</style>
border-color css
<style>
span { border-color: #9BDC84; }
span { border-color: rgb(155,220,132); }
td.TdClassName
{
border-color: #9BDC84;
}
.TagClassName
{
border-color: #9BDC84;
}
</style>