Shades of Gossip #9BE67E
Tints of Gossip #9BE67E
RGB
CMYK
RGB Variations
Color information
#9BE67E (or 0x9BE67E) is known color: Gossip. HEX triplet: 9B, E6 and 7E. RGB value is (155,230,126). Sum of RGB (Red+Green+Blue) = 155+230+126=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE67E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE67E is #641981. Grayscale: #C4C4C4. Windows color (decimal): -6560130 or 8316571. OLE color: 8316571.
HSL color Cylindrical-coordinate representation of color #9BE67E: hue angle of 103.27º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BE67E is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 126 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.10 |
| HSL | 103.27º | 0.68% | 0.7% | - |
| HSV(B) | 103.27º | 0.45% | 0.9% | - |
| XYZ | 45.58 | 65.07 | 29.9 | - |
| YUV | 195.72 | 88.65 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 126 | 0.33 | 0 | 0.45 | 0.10 | 103.27 | 0.68 | 0.7 |
| Hex | 9B | E6 | 7E | 21 | 0 | 2D | A | 67 | 44 | 46 |
| Octal | 233 | 346 | 176 | 41 | 0 | 55 | 12 | 147 | 104 | 106 |
| Binary | 10011011 | 11100110 | 1111110 | 100001 | 0 | 101101 | 1010 | 1100111 | 1000100 | 1000110 |
Color Harmonies of #9BE67E
Complementary color
Monochromatic Colors of #9BE67E
Black with #9BE67E
Text Example
Text Example
White with #9BE67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE67E; }
p { color: rgb(155,230,126); }
H1.HeaderClassName
{
color: #9BE67E;
}
.AnyTagClassName
{
color: #9BE67E;
}
</style>
background-color css
<style>
a { background-color: #9BE67E; }
a { background-color: rgb(155,230,126); }
div.DivClassName
{
background-color: #9BE67E;
}
.BgClassName
{
background-color: #9BE67E;
}
</style>
border-color css
<style>
span { border-color: #9BE67E; }
span { border-color: rgb(155,230,126); }
td.TdClassName
{
border-color: #9BE67E;
}
.TagClassName
{
border-color: #9BE67E;
}
</style>