Shades of Gossip #9BD078
Tints of Gossip #9BD078
RGB
CMYK
RGB Variations
Color information
#9BD078 (or 0x9BD078) is known color: Gossip. HEX triplet: 9B, D0 and 78. RGB value is (155,208,120). Sum of RGB (Red+Green+Blue) = 155+208+120=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD078 is #642F87. Grayscale: #B6B6B6. Windows color (decimal): -6565768 or 7917723. OLE color: 7917723.
HSL color Cylindrical-coordinate representation of color #9BD078: hue angle of 96.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BD078 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 120 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.18 |
| HSL | 96.14º | 0.48% | 0.64% | - |
| HSV(B) | 96.14º | 0.42% | 0.82% | - |
| XYZ | 39.46 | 53.44 | 26 | - |
| YUV | 182.12 | 92.94 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 120 | 0.25 | 0 | 0.42 | 0.18 | 96.14 | 0.48 | 0.64 |
| Hex | 9B | D0 | 78 | 19 | 0 | 2A | 12 | 60 | 30 | 40 |
| Octal | 233 | 320 | 170 | 31 | 0 | 52 | 22 | 140 | 60 | 100 |
| Binary | 10011011 | 11010000 | 1111000 | 11001 | 0 | 101010 | 10010 | 1100000 | 110000 | 1000000 |
Color Harmonies of #9BD078
Complementary color
Monochromatic Colors of #9BD078
Black with #9BD078
Text Example
Text Example
White with #9BD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD078; }
p { color: rgb(155,208,120); }
H1.HeaderClassName
{
color: #9BD078;
}
.AnyTagClassName
{
color: #9BD078;
}
</style>
background-color css
<style>
a { background-color: #9BD078; }
a { background-color: rgb(155,208,120); }
div.DivClassName
{
background-color: #9BD078;
}
.BgClassName
{
background-color: #9BD078;
}
</style>
border-color css
<style>
span { border-color: #9BD078; }
span { border-color: rgb(155,208,120); }
td.TdClassName
{
border-color: #9BD078;
}
.TagClassName
{
border-color: #9BD078;
}
</style>