Shades of Gossip #9BCB84
Tints of Gossip #9BCB84
RGB
CMYK
RGB Variations
Color information
#9BCB84 (or 0x9BCB84) is known color: Gossip. HEX triplet: 9B, CB and 84. RGB value is (155,203,132). Sum of RGB (Red+Green+Blue) = 155+203+132=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCB84 is #64347B. Grayscale: #B4B4B4. Windows color (decimal): -6567036 or 8702875. OLE color: 8702875.
HSL color Cylindrical-coordinate representation of color #9BCB84: hue angle of 100.56º 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 #9BCB84 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 132 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.20 |
| HSL | 100.56º | 0.41% | 0.66% | - |
| HSV(B) | 100.56º | 0.35% | 0.8% | - |
| XYZ | 39.04 | 51.35 | 29.68 | - |
| YUV | 180.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 132 | 0.24 | 0 | 0.35 | 0.20 | 100.56 | 0.41 | 0.66 |
| Hex | 9B | CB | 84 | 18 | 0 | 23 | 14 | 65 | 29 | 42 |
| Octal | 233 | 313 | 204 | 30 | 0 | 43 | 24 | 145 | 51 | 102 |
| Binary | 10011011 | 11001011 | 10000100 | 11000 | 0 | 100011 | 10100 | 1100101 | 101001 | 1000010 |
Color Harmonies of #9BCB84
Complementary color
Monochromatic Colors of #9BCB84
Black with #9BCB84
Text Example
Text Example
White with #9BCB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCB84; }
p { color: rgb(155,203,132); }
H1.HeaderClassName
{
color: #9BCB84;
}
.AnyTagClassName
{
color: #9BCB84;
}
</style>
background-color css
<style>
a { background-color: #9BCB84; }
a { background-color: rgb(155,203,132); }
div.DivClassName
{
background-color: #9BCB84;
}
.BgClassName
{
background-color: #9BCB84;
}
</style>
border-color css
<style>
span { border-color: #9BCB84; }
span { border-color: rgb(155,203,132); }
td.TdClassName
{
border-color: #9BCB84;
}
.TagClassName
{
border-color: #9BCB84;
}
</style>