Shades of Gossip #9BC385
Tints of Gossip #9BC385
RGB
CMYK
RGB Variations
Color information
#9BC385 (or 0x9BC385) is known color: Gossip. HEX triplet: 9B, C3 and 85. RGB value is (155,195,133). Sum of RGB (Red+Green+Blue) = 155+195+133=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC385 is #643C7A. Grayscale: #B0B0B0. Windows color (decimal): -6569083 or 8766363. OLE color: 8766363.
HSL color Cylindrical-coordinate representation of color #9BC385: hue angle of 98.71º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BC385 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 133 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.24 |
| HSL | 98.71º | 0.34% | 0.64% | - |
| HSV(B) | 98.71º | 0.32% | 0.76% | - |
| XYZ | 37.27 | 47.69 | 29.43 | - |
| YUV | 175.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 133 | 0.21 | 0 | 0.32 | 0.24 | 98.71 | 0.34 | 0.64 |
| Hex | 9B | C3 | 85 | 15 | 0 | 20 | 18 | 63 | 22 | 40 |
| Octal | 233 | 303 | 205 | 25 | 0 | 40 | 30 | 143 | 42 | 100 |
| Binary | 10011011 | 11000011 | 10000101 | 10101 | 0 | 100000 | 11000 | 1100011 | 100010 | 1000000 |
Color Harmonies of #9BC385
Complementary color
Monochromatic Colors of #9BC385
Black with #9BC385
Text Example
Text Example
White with #9BC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC385; }
p { color: rgb(155,195,133); }
H1.HeaderClassName
{
color: #9BC385;
}
.AnyTagClassName
{
color: #9BC385;
}
</style>
background-color css
<style>
a { background-color: #9BC385; }
a { background-color: rgb(155,195,133); }
div.DivClassName
{
background-color: #9BC385;
}
.BgClassName
{
background-color: #9BC385;
}
</style>
border-color css
<style>
span { border-color: #9BC385; }
span { border-color: rgb(155,195,133); }
td.TdClassName
{
border-color: #9BC385;
}
.TagClassName
{
border-color: #9BC385;
}
</style>