Shades of Gossip #9BC87A
Tints of Gossip #9BC87A
RGB
CMYK
RGB Variations
Color information
#9BC87A (or 0x9BC87A) is known color: Gossip. HEX triplet: 9B, C8 and 7A. RGB value is (155,200,122). Sum of RGB (Red+Green+Blue) = 155+200+122=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC87A is #643785. Grayscale: #B1B1B1. Windows color (decimal): -6567814 or 8046747. OLE color: 8046747.
HSL color Cylindrical-coordinate representation of color #9BC87A: hue angle of 94.62º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BC87A is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 122 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.22 |
| HSL | 94.62º | 0.41% | 0.63% | - |
| HSV(B) | 94.62º | 0.39% | 0.78% | - |
| XYZ | 37.68 | 49.68 | 26.02 | - |
| YUV | 177.65 | 96.59 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 122 | 0.22 | 0 | 0.39 | 0.22 | 94.62 | 0.41 | 0.63 |
| Hex | 9B | C8 | 7A | 16 | 0 | 27 | 16 | 5F | 29 | 3F |
| Octal | 233 | 310 | 172 | 26 | 0 | 47 | 26 | 137 | 51 | 77 |
| Binary | 10011011 | 11001000 | 1111010 | 10110 | 0 | 100111 | 10110 | 1011111 | 101001 | 111111 |
Color Harmonies of #9BC87A
Complementary color
Monochromatic Colors of #9BC87A
Black with #9BC87A
Text Example
Text Example
White with #9BC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC87A; }
p { color: rgb(155,200,122); }
H1.HeaderClassName
{
color: #9BC87A;
}
.AnyTagClassName
{
color: #9BC87A;
}
</style>
background-color css
<style>
a { background-color: #9BC87A; }
a { background-color: rgb(155,200,122); }
div.DivClassName
{
background-color: #9BC87A;
}
.BgClassName
{
background-color: #9BC87A;
}
</style>
border-color css
<style>
span { border-color: #9BC87A; }
span { border-color: rgb(155,200,122); }
td.TdClassName
{
border-color: #9BC87A;
}
.TagClassName
{
border-color: #9BC87A;
}
</style>