Shades of Gossip #9BE082
Tints of Gossip #9BE082
RGB
CMYK
RGB Variations
Color information
#9BE082 (or 0x9BE082) is known color: Gossip. HEX triplet: 9B, E0 and 82. RGB value is (155,224,130). Sum of RGB (Red+Green+Blue) = 155+224+130=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE082 is #641F7D. Grayscale: #C0C0C0. Windows color (decimal): -6561662 or 8577179. OLE color: 8577179.
HSL color Cylindrical-coordinate representation of color #9BE082: hue angle of 104.04º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BE082 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 130 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.12 |
| HSL | 104.04º | 0.6% | 0.69% | - |
| HSV(B) | 104.04º | 0.42% | 0.88% | - |
| XYZ | 44.2 | 61.89 | 30.74 | - |
| YUV | 192.65 | 92.64 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 130 | 0.31 | 0 | 0.42 | 0.12 | 104.04 | 0.6 | 0.69 |
| Hex | 9B | E0 | 82 | 1F | 0 | 2A | C | 68 | 3C | 45 |
| Octal | 233 | 340 | 202 | 37 | 0 | 52 | 14 | 150 | 74 | 105 |
| Binary | 10011011 | 11100000 | 10000010 | 11111 | 0 | 101010 | 1100 | 1101000 | 111100 | 1000101 |
Color Harmonies of #9BE082
Complementary color
Monochromatic Colors of #9BE082
Black with #9BE082
Text Example
Text Example
White with #9BE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE082; }
p { color: rgb(155,224,130); }
H1.HeaderClassName
{
color: #9BE082;
}
.AnyTagClassName
{
color: #9BE082;
}
</style>
background-color css
<style>
a { background-color: #9BE082; }
a { background-color: rgb(155,224,130); }
div.DivClassName
{
background-color: #9BE082;
}
.BgClassName
{
background-color: #9BE082;
}
</style>
border-color css
<style>
span { border-color: #9BE082; }
span { border-color: rgb(155,224,130); }
td.TdClassName
{
border-color: #9BE082;
}
.TagClassName
{
border-color: #9BE082;
}
</style>