Shades of Gossip #99DA83
Tints of Gossip #99DA83
RGB
CMYK
RGB Variations
Color information
#99DA83 (or 0x99DA83) is known color: Gossip. HEX triplet: 99, DA and 83. RGB value is (153,218,131). Sum of RGB (Red+Green+Blue) = 153+218+131=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DA83 is #66257C. Grayscale: #BCBCBC. Windows color (decimal): -6694269 or 8641177. OLE color: 8641177.
HSL color Cylindrical-coordinate representation of color #99DA83: hue angle of 104.83º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99DA83 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 131 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.15 |
| HSL | 104.83º | 0.54% | 0.68% | - |
| HSV(B) | 104.83º | 0.4% | 0.85% | - |
| XYZ | 42.31 | 58.55 | 30.55 | - |
| YUV | 188.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 131 | 0.30 | 0 | 0.40 | 0.15 | 104.83 | 0.54 | 0.68 |
| Hex | 99 | DA | 83 | 1E | 0 | 28 | F | 69 | 36 | 44 |
| Octal | 231 | 332 | 203 | 36 | 0 | 50 | 17 | 151 | 66 | 104 |
| Binary | 10011001 | 11011010 | 10000011 | 11110 | 0 | 101000 | 1111 | 1101001 | 110110 | 1000100 |
Color Harmonies of #99DA83
Complementary color
Monochromatic Colors of #99DA83
Black with #99DA83
Text Example
Text Example
White with #99DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DA83; }
p { color: rgb(153,218,131); }
H1.HeaderClassName
{
color: #99DA83;
}
.AnyTagClassName
{
color: #99DA83;
}
</style>
background-color css
<style>
a { background-color: #99DA83; }
a { background-color: rgb(153,218,131); }
div.DivClassName
{
background-color: #99DA83;
}
.BgClassName
{
background-color: #99DA83;
}
</style>
border-color css
<style>
span { border-color: #99DA83; }
span { border-color: rgb(153,218,131); }
td.TdClassName
{
border-color: #99DA83;
}
.TagClassName
{
border-color: #99DA83;
}
</style>