Shades of Gossip #9BCC84
Tints of Gossip #9BCC84
RGB
CMYK
RGB Variations
Color information
#9BCC84 (or 0x9BCC84) is known color: Gossip. HEX triplet: 9B, CC and 84. RGB value is (155,204,132). Sum of RGB (Red+Green+Blue) = 155+204+132=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCC84 is #64337B. Grayscale: #B5B5B5. Windows color (decimal): -6566780 or 8703131. OLE color: 8703131.
HSL color Cylindrical-coordinate representation of color #9BCC84: hue angle of 100.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCC84 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 132 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.2 |
| HSL | 100.83º | 0.41% | 0.66% | - |
| HSV(B) | 100.83º | 0.35% | 0.8% | - |
| XYZ | 39.28 | 51.82 | 29.76 | - |
| YUV | 181.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 132 | 0.24 | 0 | 0.35 | 0.2 | 100.83 | 0.41 | 0.66 |
| Hex | 9B | CC | 84 | 18 | 0 | 23 | 14 | 65 | 29 | 42 |
| Octal | 233 | 314 | 204 | 30 | 0 | 43 | 24 | 145 | 51 | 102 |
| Binary | 10011011 | 11001100 | 10000100 | 11000 | 0 | 100011 | 10100 | 1100101 | 101001 | 1000010 |
Color Harmonies of #9BCC84
Complementary color
Monochromatic Colors of #9BCC84
Black with #9BCC84
Text Example
Text Example
White with #9BCC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCC84; }
p { color: rgb(155,204,132); }
H1.HeaderClassName
{
color: #9BCC84;
}
.AnyTagClassName
{
color: #9BCC84;
}
</style>
background-color css
<style>
a { background-color: #9BCC84; }
a { background-color: rgb(155,204,132); }
div.DivClassName
{
background-color: #9BCC84;
}
.BgClassName
{
background-color: #9BCC84;
}
</style>
border-color css
<style>
span { border-color: #9BCC84; }
span { border-color: rgb(155,204,132); }
td.TdClassName
{
border-color: #9BCC84;
}
.TagClassName
{
border-color: #9BCC84;
}
</style>