Shades of Gossip #9BC885
Tints of Gossip #9BC885
RGB
CMYK
RGB Variations
Color information
#9BC885 (or 0x9BC885) is known color: Gossip. HEX triplet: 9B, C8 and 85. RGB value is (155,200,133). Sum of RGB (Red+Green+Blue) = 155+200+133=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC885 is #64377A. Grayscale: #B3B3B3. Windows color (decimal): -6567803 or 8767643. OLE color: 8767643.
HSL color Cylindrical-coordinate representation of color #9BC885: hue angle of 100.3º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BC885 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 133 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.22 |
| HSL | 100.3º | 0.38% | 0.65% | - |
| HSV(B) | 100.3º | 0.34% | 0.78% | - |
| XYZ | 38.41 | 49.97 | 29.81 | - |
| YUV | 178.91 | 102.09 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 133 | 0.22 | 0 | 0.34 | 0.22 | 100.3 | 0.38 | 0.65 |
| Hex | 9B | C8 | 85 | 16 | 0 | 22 | 16 | 64 | 26 | 41 |
| Octal | 233 | 310 | 205 | 26 | 0 | 42 | 26 | 144 | 46 | 101 |
| Binary | 10011011 | 11001000 | 10000101 | 10110 | 0 | 100010 | 10110 | 1100100 | 100110 | 1000001 |
Color Harmonies of #9BC885
Complementary color
Monochromatic Colors of #9BC885
Black with #9BC885
Text Example
Text Example
White with #9BC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC885; }
p { color: rgb(155,200,133); }
H1.HeaderClassName
{
color: #9BC885;
}
.AnyTagClassName
{
color: #9BC885;
}
</style>
background-color css
<style>
a { background-color: #9BC885; }
a { background-color: rgb(155,200,133); }
div.DivClassName
{
background-color: #9BC885;
}
.BgClassName
{
background-color: #9BC885;
}
</style>
border-color css
<style>
span { border-color: #9BC885; }
span { border-color: rgb(155,200,133); }
td.TdClassName
{
border-color: #9BC885;
}
.TagClassName
{
border-color: #9BC885;
}
</style>