Shades of Gossip #99DA86
Tints of Gossip #99DA86
RGB
CMYK
RGB Variations
Color information
#99DA86 (or 0x99DA86) is known color: Gossip. HEX triplet: 99, DA and 86. RGB value is (153,218,134). Sum of RGB (Red+Green+Blue) = 153+218+134=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DA86 is #662579. Grayscale: #BDBDBD. Windows color (decimal): -6694266 or 8837785. OLE color: 8837785.
HSL color Cylindrical-coordinate representation of color #99DA86: hue angle of 106.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99DA86 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 134 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.15 |
| HSL | 106.43º | 0.53% | 0.69% | - |
| HSV(B) | 106.43º | 0.39% | 0.85% | - |
| XYZ | 42.51 | 58.64 | 31.63 | - |
| YUV | 188.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 134 | 0.30 | 0 | 0.39 | 0.15 | 106.43 | 0.53 | 0.69 |
| Hex | 99 | DA | 86 | 1E | 0 | 27 | F | 6A | 35 | 45 |
| Octal | 231 | 332 | 206 | 36 | 0 | 47 | 17 | 152 | 65 | 105 |
| Binary | 10011001 | 11011010 | 10000110 | 11110 | 0 | 100111 | 1111 | 1101010 | 110101 | 1000101 |
Color Harmonies of #99DA86
Complementary color
Monochromatic Colors of #99DA86
Black with #99DA86
Text Example
Text Example
White with #99DA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DA86; }
p { color: rgb(153,218,134); }
H1.HeaderClassName
{
color: #99DA86;
}
.AnyTagClassName
{
color: #99DA86;
}
</style>
background-color css
<style>
a { background-color: #99DA86; }
a { background-color: rgb(153,218,134); }
div.DivClassName
{
background-color: #99DA86;
}
.BgClassName
{
background-color: #99DA86;
}
</style>
border-color css
<style>
span { border-color: #99DA86; }
span { border-color: rgb(153,218,134); }
td.TdClassName
{
border-color: #99DA86;
}
.TagClassName
{
border-color: #99DA86;
}
</style>