Shades of Gossip #99D686
Tints of Gossip #99D686
RGB
CMYK
RGB Variations
Color information
#99D686 (or 0x99D686) is known color: Gossip. HEX triplet: 99, D6 and 86. RGB value is (153,214,134). Sum of RGB (Red+Green+Blue) = 153+214+134=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #99D686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D686 is #662979. Grayscale: #BABABA. Windows color (decimal): -6695290 or 8836761. OLE color: 8836761.
HSL color Cylindrical-coordinate representation of color #99D686: hue angle of 105.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99D686 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 134 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.16 |
| HSL | 105.75º | 0.49% | 0.68% | - |
| HSV(B) | 105.75º | 0.37% | 0.84% | - |
| XYZ | 41.49 | 56.59 | 31.29 | - |
| YUV | 186.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 134 | 0.29 | 0 | 0.37 | 0.16 | 105.75 | 0.49 | 0.68 |
| Hex | 99 | D6 | 86 | 1D | 0 | 25 | 10 | 6A | 31 | 44 |
| Octal | 231 | 326 | 206 | 35 | 0 | 45 | 20 | 152 | 61 | 104 |
| Binary | 10011001 | 11010110 | 10000110 | 11101 | 0 | 100101 | 10000 | 1101010 | 110001 | 1000100 |
Color Harmonies of #99D686
Complementary color
Monochromatic Colors of #99D686
Black with #99D686
Text Example
Text Example
White with #99D686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D686; }
p { color: rgb(153,214,134); }
H1.HeaderClassName
{
color: #99D686;
}
.AnyTagClassName
{
color: #99D686;
}
</style>
background-color css
<style>
a { background-color: #99D686; }
a { background-color: rgb(153,214,134); }
div.DivClassName
{
background-color: #99D686;
}
.BgClassName
{
background-color: #99D686;
}
</style>
border-color css
<style>
span { border-color: #99D686; }
span { border-color: rgb(153,214,134); }
td.TdClassName
{
border-color: #99D686;
}
.TagClassName
{
border-color: #99D686;
}
</style>