Shades of Gossip #9BCF71
Tints of Gossip #9BCF71
RGB
CMYK
RGB Variations
Color information
#9BCF71 (or 0x9BCF71) is known color: Gossip. HEX triplet: 9B, CF and 71. RGB value is (155,207,113). Sum of RGB (Red+Green+Blue) = 155+207+113=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF71 is #64308E. Grayscale: #B5B5B5. Windows color (decimal): -6566031 or 7458715. OLE color: 7458715.
HSL color Cylindrical-coordinate representation of color #9BCF71: hue angle of 93.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BCF71 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 113 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.19 |
| HSL | 93.19º | 0.49% | 0.63% | - |
| HSV(B) | 93.19º | 0.45% | 0.81% | - |
| XYZ | 38.81 | 52.79 | 23.77 | - |
| YUV | 180.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 113 | 0.25 | 0 | 0.45 | 0.19 | 93.19 | 0.49 | 0.63 |
| Hex | 9B | CF | 71 | 19 | 0 | 2D | 13 | 5D | 31 | 3F |
| Octal | 233 | 317 | 161 | 31 | 0 | 55 | 23 | 135 | 61 | 77 |
| Binary | 10011011 | 11001111 | 1110001 | 11001 | 0 | 101101 | 10011 | 1011101 | 110001 | 111111 |
Color Harmonies of #9BCF71
Complementary color
Monochromatic Colors of #9BCF71
Black with #9BCF71
Text Example
Text Example
White with #9BCF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF71; }
p { color: rgb(155,207,113); }
H1.HeaderClassName
{
color: #9BCF71;
}
.AnyTagClassName
{
color: #9BCF71;
}
</style>
background-color css
<style>
a { background-color: #9BCF71; }
a { background-color: rgb(155,207,113); }
div.DivClassName
{
background-color: #9BCF71;
}
.BgClassName
{
background-color: #9BCF71;
}
</style>
border-color css
<style>
span { border-color: #9BCF71; }
span { border-color: rgb(155,207,113); }
td.TdClassName
{
border-color: #9BCF71;
}
.TagClassName
{
border-color: #9BCF71;
}
</style>