Shades of Gossip #9BCB78
Tints of Gossip #9BCB78
RGB
CMYK
RGB Variations
Color information
#9BCB78 (or 0x9BCB78) is known color: Gossip. HEX triplet: 9B, CB and 78. RGB value is (155,203,120). Sum of RGB (Red+Green+Blue) = 155+203+120=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB78 is #643487. Grayscale: #B3B3B3. Windows color (decimal): -6567048 or 7916443. OLE color: 7916443.
HSL color Cylindrical-coordinate representation of color #9BCB78: hue angle of 94.7º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BCB78 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 120 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.20 |
| HSL | 94.7º | 0.44% | 0.63% | - |
| HSV(B) | 94.7º | 0.41% | 0.8% | - |
| XYZ | 38.26 | 51.04 | 25.6 | - |
| YUV | 179.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 120 | 0.24 | 0 | 0.41 | 0.20 | 94.7 | 0.44 | 0.63 |
| Hex | 9B | CB | 78 | 18 | 0 | 29 | 14 | 5F | 2C | 3F |
| Octal | 233 | 313 | 170 | 30 | 0 | 51 | 24 | 137 | 54 | 77 |
| Binary | 10011011 | 11001011 | 1111000 | 11000 | 0 | 101001 | 10100 | 1011111 | 101100 | 111111 |
Color Harmonies of #9BCB78
Complementary color
Monochromatic Colors of #9BCB78
Black with #9BCB78
Text Example
Text Example
White with #9BCB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCB78; }
p { color: rgb(155,203,120); }
H1.HeaderClassName
{
color: #9BCB78;
}
.AnyTagClassName
{
color: #9BCB78;
}
</style>
background-color css
<style>
a { background-color: #9BCB78; }
a { background-color: rgb(155,203,120); }
div.DivClassName
{
background-color: #9BCB78;
}
.BgClassName
{
background-color: #9BCB78;
}
</style>
border-color css
<style>
span { border-color: #9BCB78; }
span { border-color: rgb(155,203,120); }
td.TdClassName
{
border-color: #9BCB78;
}
.TagClassName
{
border-color: #9BCB78;
}
</style>