Shades of Gossip #9BCA78
Tints of Gossip #9BCA78
RGB
CMYK
RGB Variations
Color information
#9BCA78 (or 0x9BCA78) is known color: Gossip. HEX triplet: 9B, CA and 78. RGB value is (155,202,120). Sum of RGB (Red+Green+Blue) = 155+202+120=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA78 is #643587. Grayscale: #B2B2B2. Windows color (decimal): -6567304 or 7916187. OLE color: 7916187.
HSL color Cylindrical-coordinate representation of color #9BCA78: hue angle of 94.39º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BCA78 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 120 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.21 |
| HSL | 94.39º | 0.44% | 0.63% | - |
| HSV(B) | 94.39º | 0.41% | 0.79% | - |
| XYZ | 38.03 | 50.57 | 25.53 | - |
| YUV | 178.6 | 94.93 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 120 | 0.23 | 0 | 0.41 | 0.21 | 94.39 | 0.44 | 0.63 |
| Hex | 9B | CA | 78 | 17 | 0 | 29 | 15 | 5E | 2C | 3F |
| Octal | 233 | 312 | 170 | 27 | 0 | 51 | 25 | 136 | 54 | 77 |
| Binary | 10011011 | 11001010 | 1111000 | 10111 | 0 | 101001 | 10101 | 1011110 | 101100 | 111111 |
Color Harmonies of #9BCA78
Complementary color
Monochromatic Colors of #9BCA78
Black with #9BCA78
Text Example
Text Example
White with #9BCA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA78; }
p { color: rgb(155,202,120); }
H1.HeaderClassName
{
color: #9BCA78;
}
.AnyTagClassName
{
color: #9BCA78;
}
</style>
background-color css
<style>
a { background-color: #9BCA78; }
a { background-color: rgb(155,202,120); }
div.DivClassName
{
background-color: #9BCA78;
}
.BgClassName
{
background-color: #9BCA78;
}
</style>
border-color css
<style>
span { border-color: #9BCA78; }
span { border-color: rgb(155,202,120); }
td.TdClassName
{
border-color: #9BCA78;
}
.TagClassName
{
border-color: #9BCA78;
}
</style>