Shades of Gossip #99BF86
Tints of Gossip #99BF86
RGB
CMYK
RGB Variations
Color information
#99BF86 (or 0x99BF86) is known color: Gossip. HEX triplet: 99, BF and 86. RGB value is (153,191,134). Sum of RGB (Red+Green+Blue) = 153+191+134=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF86 is #664079. Grayscale: #ADADAD. Windows color (decimal): -6701178 or 8830873. OLE color: 8830873.
HSL color Cylindrical-coordinate representation of color #99BF86: hue angle of 100º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99BF86 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 134 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.25 |
| HSL | 100º | 0.31% | 0.64% | - |
| HSV(B) | 100º | 0.3% | 0.75% | - |
| XYZ | 36.07 | 45.76 | 29.48 | - |
| YUV | 173.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 134 | 0.20 | 0 | 0.30 | 0.25 | 100 | 0.31 | 0.64 |
| Hex | 99 | BF | 86 | 14 | 0 | 1E | 19 | 64 | 1F | 40 |
| Octal | 231 | 277 | 206 | 24 | 0 | 36 | 31 | 144 | 37 | 100 |
| Binary | 10011001 | 10111111 | 10000110 | 10100 | 0 | 11110 | 11001 | 1100100 | 11111 | 1000000 |
Color Harmonies of #99BF86
Complementary color
Monochromatic Colors of #99BF86
Black with #99BF86
Text Example
Text Example
White with #99BF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF86; }
p { color: rgb(153,191,134); }
H1.HeaderClassName
{
color: #99BF86;
}
.AnyTagClassName
{
color: #99BF86;
}
</style>
background-color css
<style>
a { background-color: #99BF86; }
a { background-color: rgb(153,191,134); }
div.DivClassName
{
background-color: #99BF86;
}
.BgClassName
{
background-color: #99BF86;
}
</style>
border-color css
<style>
span { border-color: #99BF86; }
span { border-color: rgb(153,191,134); }
td.TdClassName
{
border-color: #99BF86;
}
.TagClassName
{
border-color: #99BF86;
}
</style>