Shades of Gossip #9BE37E
Tints of Gossip #9BE37E
RGB
CMYK
RGB Variations
Color information
#9BE37E (or 0x9BE37E) is known color: Gossip. HEX triplet: 9B, E3 and 7E. RGB value is (155,227,126). Sum of RGB (Red+Green+Blue) = 155+227+126=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE37E is #641C81. Grayscale: #C2C2C2. Windows color (decimal): -6560898 or 8315803. OLE color: 8315803.
HSL color Cylindrical-coordinate representation of color #9BE37E: hue angle of 102.77º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BE37E is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 227 | 126 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.11 |
| HSL | 102.77º | 0.64% | 0.69% | - |
| HSV(B) | 102.77º | 0.44% | 0.89% | - |
| XYZ | 44.75 | 63.41 | 29.62 | - |
| YUV | 193.96 | 89.65 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 227 | 126 | 0.32 | 0 | 0.44 | 0.11 | 102.77 | 0.64 | 0.69 |
| Hex | 9B | E3 | 7E | 20 | 0 | 2C | B | 67 | 40 | 45 |
| Octal | 233 | 343 | 176 | 40 | 0 | 54 | 13 | 147 | 100 | 105 |
| Binary | 10011011 | 11100011 | 1111110 | 100000 | 0 | 101100 | 1011 | 1100111 | 1000000 | 1000101 |
Color Harmonies of #9BE37E
Complementary color
Monochromatic Colors of #9BE37E
Black with #9BE37E
Text Example
Text Example
White with #9BE37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE37E; }
p { color: rgb(155,227,126); }
H1.HeaderClassName
{
color: #9BE37E;
}
.AnyTagClassName
{
color: #9BE37E;
}
</style>
background-color css
<style>
a { background-color: #9BE37E; }
a { background-color: rgb(155,227,126); }
div.DivClassName
{
background-color: #9BE37E;
}
.BgClassName
{
background-color: #9BE37E;
}
</style>
border-color css
<style>
span { border-color: #9BE37E; }
span { border-color: rgb(155,227,126); }
td.TdClassName
{
border-color: #9BE37E;
}
.TagClassName
{
border-color: #9BE37E;
}
</style>