Shades of Gossip #9BC57E
Tints of Gossip #9BC57E
RGB
CMYK
RGB Variations
Color information
#9BC57E (or 0x9BC57E) is known color: Gossip. HEX triplet: 9B, C5 and 7E. RGB value is (155,197,126). Sum of RGB (Red+Green+Blue) = 155+197+126=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC57E is #643A81. Grayscale: #B0B0B0. Windows color (decimal): -6568578 or 8308123. OLE color: 8308123.
HSL color Cylindrical-coordinate representation of color #9BC57E: hue angle of 95.49º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BC57E is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 126 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.23 |
| HSL | 95.49º | 0.38% | 0.63% | - |
| HSV(B) | 95.49º | 0.36% | 0.77% | - |
| XYZ | 37.25 | 48.41 | 27.12 | - |
| YUV | 176.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 126 | 0.21 | 0 | 0.36 | 0.23 | 95.49 | 0.38 | 0.63 |
| Hex | 9B | C5 | 7E | 15 | 0 | 24 | 17 | 5F | 26 | 3F |
| Octal | 233 | 305 | 176 | 25 | 0 | 44 | 27 | 137 | 46 | 77 |
| Binary | 10011011 | 11000101 | 1111110 | 10101 | 0 | 100100 | 10111 | 1011111 | 100110 | 111111 |
Color Harmonies of #9BC57E
Complementary color
Monochromatic Colors of #9BC57E
Black with #9BC57E
Text Example
Text Example
White with #9BC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC57E; }
p { color: rgb(155,197,126); }
H1.HeaderClassName
{
color: #9BC57E;
}
.AnyTagClassName
{
color: #9BC57E;
}
</style>
background-color css
<style>
a { background-color: #9BC57E; }
a { background-color: rgb(155,197,126); }
div.DivClassName
{
background-color: #9BC57E;
}
.BgClassName
{
background-color: #9BC57E;
}
</style>
border-color css
<style>
span { border-color: #9BC57E; }
span { border-color: rgb(155,197,126); }
td.TdClassName
{
border-color: #9BC57E;
}
.TagClassName
{
border-color: #9BC57E;
}
</style>