Shades of Gossip #99BF84
Tints of Gossip #99BF84
RGB
CMYK
RGB Variations
Color information
#99BF84 (or 0x99BF84) is known color: Gossip. HEX triplet: 99, BF and 84. RGB value is (153,191,132). Sum of RGB (Red+Green+Blue) = 153+191+132=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF84 is #66407B. Grayscale: #ADADAD. Windows color (decimal): -6701180 or 8699801. OLE color: 8699801.
HSL color Cylindrical-coordinate representation of color #99BF84: hue angle of 98.64º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99BF84 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 132 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.25 |
| HSL | 98.64º | 0.32% | 0.63% | - |
| HSV(B) | 98.64º | 0.31% | 0.75% | - |
| XYZ | 35.93 | 45.7 | 28.76 | - |
| YUV | 172.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 132 | 0.20 | 0 | 0.31 | 0.25 | 98.64 | 0.32 | 0.63 |
| Hex | 99 | BF | 84 | 14 | 0 | 1F | 19 | 63 | 20 | 3F |
| Octal | 231 | 277 | 204 | 24 | 0 | 37 | 31 | 143 | 40 | 77 |
| Binary | 10011001 | 10111111 | 10000100 | 10100 | 0 | 11111 | 11001 | 1100011 | 100000 | 111111 |
Color Harmonies of #99BF84
Complementary color
Monochromatic Colors of #99BF84
Black with #99BF84
Text Example
Text Example
White with #99BF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF84; }
p { color: rgb(153,191,132); }
H1.HeaderClassName
{
color: #99BF84;
}
.AnyTagClassName
{
color: #99BF84;
}
</style>
background-color css
<style>
a { background-color: #99BF84; }
a { background-color: rgb(153,191,132); }
div.DivClassName
{
background-color: #99BF84;
}
.BgClassName
{
background-color: #99BF84;
}
</style>
border-color css
<style>
span { border-color: #99BF84; }
span { border-color: rgb(153,191,132); }
td.TdClassName
{
border-color: #99BF84;
}
.TagClassName
{
border-color: #99BF84;
}
</style>