Shades of Gossip #9BCB87
Tints of Gossip #9BCB87
RGB
CMYK
RGB Variations
Color information
#9BCB87 (or 0x9BCB87) is known color: Gossip. HEX triplet: 9B, CB and 87. RGB value is (155,203,135). Sum of RGB (Red+Green+Blue) = 155+203+135=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCB87 is #643478. Grayscale: #B5B5B5. Windows color (decimal): -6567033 or 8899483. OLE color: 8899483.
HSL color Cylindrical-coordinate representation of color #9BCB87: hue angle of 102.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BCB87 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 135 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.20 |
| HSL | 102.35º | 0.4% | 0.66% | - |
| HSV(B) | 102.35º | 0.33% | 0.8% | - |
| XYZ | 39.25 | 51.43 | 30.78 | - |
| YUV | 180.9 | 102.1 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 135 | 0.24 | 0 | 0.33 | 0.20 | 102.35 | 0.4 | 0.66 |
| Hex | 9B | CB | 87 | 18 | 0 | 21 | 14 | 66 | 28 | 42 |
| Octal | 233 | 313 | 207 | 30 | 0 | 41 | 24 | 146 | 50 | 102 |
| Binary | 10011011 | 11001011 | 10000111 | 11000 | 0 | 100001 | 10100 | 1100110 | 101000 | 1000010 |
Color Harmonies of #9BCB87
Complementary color
Monochromatic Colors of #9BCB87
Black with #9BCB87
Text Example
Text Example
White with #9BCB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCB87; }
p { color: rgb(155,203,135); }
H1.HeaderClassName
{
color: #9BCB87;
}
.AnyTagClassName
{
color: #9BCB87;
}
</style>
background-color css
<style>
a { background-color: #9BCB87; }
a { background-color: rgb(155,203,135); }
div.DivClassName
{
background-color: #9BCB87;
}
.BgClassName
{
background-color: #9BCB87;
}
</style>
border-color css
<style>
span { border-color: #9BCB87; }
span { border-color: rgb(155,203,135); }
td.TdClassName
{
border-color: #9BCB87;
}
.TagClassName
{
border-color: #9BCB87;
}
</style>