Shades of Gossip #9BD278
Tints of Gossip #9BD278
RGB
CMYK
RGB Variations
Color information
#9BD278 (or 0x9BD278) is known color: Gossip. HEX triplet: 9B, D2 and 78. RGB value is (155,210,120). Sum of RGB (Red+Green+Blue) = 155+210+120=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD278 is #642D87. Grayscale: #B7B7B7. Windows color (decimal): -6565256 or 7918235. OLE color: 7918235.
HSL color Cylindrical-coordinate representation of color #9BD278: hue angle of 96.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BD278 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 120 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.18 |
| HSL | 96.67º | 0.5% | 0.65% | - |
| HSV(B) | 96.67º | 0.43% | 0.82% | - |
| XYZ | 39.95 | 54.42 | 26.17 | - |
| YUV | 183.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 120 | 0.26 | 0 | 0.43 | 0.18 | 96.67 | 0.5 | 0.65 |
| Hex | 9B | D2 | 78 | 1A | 0 | 2B | 12 | 61 | 32 | 41 |
| Octal | 233 | 322 | 170 | 32 | 0 | 53 | 22 | 141 | 62 | 101 |
| Binary | 10011011 | 11010010 | 1111000 | 11010 | 0 | 101011 | 10010 | 1100001 | 110010 | 1000001 |
Color Harmonies of #9BD278
Complementary color
Monochromatic Colors of #9BD278
Black with #9BD278
Text Example
Text Example
White with #9BD278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD278; }
p { color: rgb(155,210,120); }
H1.HeaderClassName
{
color: #9BD278;
}
.AnyTagClassName
{
color: #9BD278;
}
</style>
background-color css
<style>
a { background-color: #9BD278; }
a { background-color: rgb(155,210,120); }
div.DivClassName
{
background-color: #9BD278;
}
.BgClassName
{
background-color: #9BD278;
}
</style>
border-color css
<style>
span { border-color: #9BD278; }
span { border-color: rgb(155,210,120); }
td.TdClassName
{
border-color: #9BD278;
}
.TagClassName
{
border-color: #9BD278;
}
</style>