Shades of Gossip #9BCF79
Tints of Gossip #9BCF79
RGB
CMYK
RGB Variations
Color information
#9BCF79 (or 0x9BCF79) is known color: Gossip. HEX triplet: 9B, CF and 79. RGB value is (155,207,121). Sum of RGB (Red+Green+Blue) = 155+207+121=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF79 is #643086. Grayscale: #B5B5B5. Windows color (decimal): -6566023 or 7983003. OLE color: 7983003.
HSL color Cylindrical-coordinate representation of color #9BCF79: hue angle of 96.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BCF79 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 121 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.19 |
| HSL | 96.28º | 0.47% | 0.64% | - |
| HSV(B) | 96.28º | 0.42% | 0.81% | - |
| XYZ | 39.28 | 52.97 | 26.24 | - |
| YUV | 181.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 121 | 0.25 | 0 | 0.42 | 0.19 | 96.28 | 0.47 | 0.64 |
| Hex | 9B | CF | 79 | 19 | 0 | 2A | 13 | 60 | 2F | 40 |
| Octal | 233 | 317 | 171 | 31 | 0 | 52 | 23 | 140 | 57 | 100 |
| Binary | 10011011 | 11001111 | 1111001 | 11001 | 0 | 101010 | 10011 | 1100000 | 101111 | 1000000 |
Color Harmonies of #9BCF79
Complementary color
Monochromatic Colors of #9BCF79
Black with #9BCF79
Text Example
Text Example
White with #9BCF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF79; }
p { color: rgb(155,207,121); }
H1.HeaderClassName
{
color: #9BCF79;
}
.AnyTagClassName
{
color: #9BCF79;
}
</style>
background-color css
<style>
a { background-color: #9BCF79; }
a { background-color: rgb(155,207,121); }
div.DivClassName
{
background-color: #9BCF79;
}
.BgClassName
{
background-color: #9BCF79;
}
</style>
border-color css
<style>
span { border-color: #9BCF79; }
span { border-color: rgb(155,207,121); }
td.TdClassName
{
border-color: #9BCF79;
}
.TagClassName
{
border-color: #9BCF79;
}
</style>