Shades of Gossip #9BC686
Tints of Gossip #9BC686
RGB
CMYK
RGB Variations
Color information
#9BC686 (or 0x9BC686) is known color: Gossip. HEX triplet: 9B, C6 and 86. RGB value is (155,198,134). Sum of RGB (Red+Green+Blue) = 155+198+134=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC686 is #643979. Grayscale: #B2B2B2. Windows color (decimal): -6568314 or 8832667. OLE color: 8832667.
HSL color Cylindrical-coordinate representation of color #9BC686: hue angle of 100.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BC686 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 134 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.22 |
| HSL | 100.31º | 0.36% | 0.65% | - |
| HSV(B) | 100.31º | 0.32% | 0.78% | - |
| XYZ | 38.01 | 49.08 | 30.02 | - |
| YUV | 177.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 134 | 0.22 | 0 | 0.32 | 0.22 | 100.31 | 0.36 | 0.65 |
| Hex | 9B | C6 | 86 | 16 | 0 | 20 | 16 | 64 | 24 | 41 |
| Octal | 233 | 306 | 206 | 26 | 0 | 40 | 26 | 144 | 44 | 101 |
| Binary | 10011011 | 11000110 | 10000110 | 10110 | 0 | 100000 | 10110 | 1100100 | 100100 | 1000001 |
Color Harmonies of #9BC686
Complementary color
Monochromatic Colors of #9BC686
Black with #9BC686
Text Example
Text Example
White with #9BC686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC686; }
p { color: rgb(155,198,134); }
H1.HeaderClassName
{
color: #9BC686;
}
.AnyTagClassName
{
color: #9BC686;
}
</style>
background-color css
<style>
a { background-color: #9BC686; }
a { background-color: rgb(155,198,134); }
div.DivClassName
{
background-color: #9BC686;
}
.BgClassName
{
background-color: #9BC686;
}
</style>
border-color css
<style>
span { border-color: #9BC686; }
span { border-color: rgb(155,198,134); }
td.TdClassName
{
border-color: #9BC686;
}
.TagClassName
{
border-color: #9BC686;
}
</style>