Shades of Gossip #9BE077
Tints of Gossip #9BE077
RGB
CMYK
RGB Variations
Color information
#9BE077 (or 0x9BE077) is known color: Gossip. HEX triplet: 9B, E0 and 77. RGB value is (155,224,119). Sum of RGB (Red+Green+Blue) = 155+224+119=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE077 is #641F88. Grayscale: #BFBFBF. Windows color (decimal): -6561673 or 7856283. OLE color: 7856283.
HSL color Cylindrical-coordinate representation of color #9BE077: hue angle of 99.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BE077 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 119 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.12 |
| HSL | 99.43º | 0.63% | 0.67% | - |
| HSV(B) | 99.43º | 0.47% | 0.88% | - |
| XYZ | 43.5 | 61.61 | 27.05 | - |
| YUV | 191.4 | 87.14 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 119 | 0.31 | 0 | 0.47 | 0.12 | 99.43 | 0.63 | 0.67 |
| Hex | 9B | E0 | 77 | 1F | 0 | 2F | C | 63 | 3F | 43 |
| Octal | 233 | 340 | 167 | 37 | 0 | 57 | 14 | 143 | 77 | 103 |
| Binary | 10011011 | 11100000 | 1110111 | 11111 | 0 | 101111 | 1100 | 1100011 | 111111 | 1000011 |
Color Harmonies of #9BE077
Complementary color
Monochromatic Colors of #9BE077
Black with #9BE077
Text Example
Text Example
White with #9BE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE077; }
p { color: rgb(155,224,119); }
H1.HeaderClassName
{
color: #9BE077;
}
.AnyTagClassName
{
color: #9BE077;
}
</style>
background-color css
<style>
a { background-color: #9BE077; }
a { background-color: rgb(155,224,119); }
div.DivClassName
{
background-color: #9BE077;
}
.BgClassName
{
background-color: #9BE077;
}
</style>
border-color css
<style>
span { border-color: #9BE077; }
span { border-color: rgb(155,224,119); }
td.TdClassName
{
border-color: #9BE077;
}
.TagClassName
{
border-color: #9BE077;
}
</style>