Shades of Gossip #9BC97E
Tints of Gossip #9BC97E
RGB
CMYK
RGB Variations
Color information
#9BC97E (or 0x9BC97E) is known color: Gossip. HEX triplet: 9B, C9 and 7E. RGB value is (155,201,126). Sum of RGB (Red+Green+Blue) = 155+201+126=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC97E is #643681. Grayscale: #B2B2B2. Windows color (decimal): -6567554 or 8309147. OLE color: 8309147.
HSL color Cylindrical-coordinate representation of color #9BC97E: hue angle of 96.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BC97E is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 126 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.21 |
| HSL | 96.8º | 0.41% | 0.64% | - |
| HSV(B) | 96.8º | 0.37% | 0.79% | - |
| XYZ | 38.17 | 50.25 | 27.43 | - |
| YUV | 178.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 126 | 0.23 | 0 | 0.37 | 0.21 | 96.8 | 0.41 | 0.64 |
| Hex | 9B | C9 | 7E | 17 | 0 | 25 | 15 | 61 | 29 | 40 |
| Octal | 233 | 311 | 176 | 27 | 0 | 45 | 25 | 141 | 51 | 100 |
| Binary | 10011011 | 11001001 | 1111110 | 10111 | 0 | 100101 | 10101 | 1100001 | 101001 | 1000000 |
Color Harmonies of #9BC97E
Complementary color
Monochromatic Colors of #9BC97E
Black with #9BC97E
Text Example
Text Example
White with #9BC97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC97E; }
p { color: rgb(155,201,126); }
H1.HeaderClassName
{
color: #9BC97E;
}
.AnyTagClassName
{
color: #9BC97E;
}
</style>
background-color css
<style>
a { background-color: #9BC97E; }
a { background-color: rgb(155,201,126); }
div.DivClassName
{
background-color: #9BC97E;
}
.BgClassName
{
background-color: #9BC97E;
}
</style>
border-color css
<style>
span { border-color: #9BC97E; }
span { border-color: rgb(155,201,126); }
td.TdClassName
{
border-color: #9BC97E;
}
.TagClassName
{
border-color: #9BC97E;
}
</style>