Shades of Gossip #9BE080
Tints of Gossip #9BE080
RGB
CMYK
RGB Variations
Color information
#9BE080 (or 0x9BE080) is known color: Gossip. HEX triplet: 9B, E0 and 80. RGB value is (155,224,128). Sum of RGB (Red+Green+Blue) = 155+224+128=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE080 is #641F7F. Grayscale: #C0C0C0. Windows color (decimal): -6561664 or 8446107. OLE color: 8446107.
HSL color Cylindrical-coordinate representation of color #9BE080: hue angle of 103.12º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BE080 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 128 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.12 |
| HSL | 103.13º | 0.61% | 0.69% | - |
| HSV(B) | 103.13º | 0.43% | 0.88% | - |
| XYZ | 44.07 | 61.84 | 30.04 | - |
| YUV | 192.43 | 91.64 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 128 | 0.31 | 0 | 0.43 | 0.12 | 103.13 | 0.61 | 0.69 |
| Hex | 9B | E0 | 80 | 1F | 0 | 2B | C | 67 | 3D | 45 |
| Octal | 233 | 340 | 200 | 37 | 0 | 53 | 14 | 147 | 75 | 105 |
| Binary | 10011011 | 11100000 | 10000000 | 11111 | 0 | 101011 | 1100 | 1100111 | 111101 | 1000101 |
Color Harmonies of #9BE080
Complementary color
Monochromatic Colors of #9BE080
Black with #9BE080
Text Example
Text Example
White with #9BE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE080; }
p { color: rgb(155,224,128); }
H1.HeaderClassName
{
color: #9BE080;
}
.AnyTagClassName
{
color: #9BE080;
}
</style>
background-color css
<style>
a { background-color: #9BE080; }
a { background-color: rgb(155,224,128); }
div.DivClassName
{
background-color: #9BE080;
}
.BgClassName
{
background-color: #9BE080;
}
</style>
border-color css
<style>
span { border-color: #9BE080; }
span { border-color: rgb(155,224,128); }
td.TdClassName
{
border-color: #9BE080;
}
.TagClassName
{
border-color: #9BE080;
}
</style>