Shades of Gossip #99D18B
Tints of Gossip #99D18B
RGB
CMYK
RGB Variations
Color information
#99D18B (or 0x99D18B) is known color: Gossip. HEX triplet: 99, D1 and 8B. RGB value is (153,209,139). Sum of RGB (Red+Green+Blue) = 153+209+139=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #99D18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D18B is #662E74. Grayscale: #B8B8B8. Windows color (decimal): -6696565 or 9163161. OLE color: 9163161.
HSL color Cylindrical-coordinate representation of color #99D18B: hue angle of 108º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99D18B is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 139 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.18 |
| HSL | 108º | 0.43% | 0.68% | - |
| HSV(B) | 108º | 0.33% | 0.82% | - |
| XYZ | 40.6 | 54.24 | 32.76 | - |
| YUV | 184.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 139 | 0.27 | 0 | 0.33 | 0.18 | 108 | 0.43 | 0.68 |
| Hex | 99 | D1 | 8B | 1B | 0 | 21 | 12 | 6C | 2B | 44 |
| Octal | 231 | 321 | 213 | 33 | 0 | 41 | 22 | 154 | 53 | 104 |
| Binary | 10011001 | 11010001 | 10001011 | 11011 | 0 | 100001 | 10010 | 1101100 | 101011 | 1000100 |
Color Harmonies of #99D18B
Complementary color
Monochromatic Colors of #99D18B
Black with #99D18B
Text Example
Text Example
White with #99D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D18B; }
p { color: rgb(153,209,139); }
H1.HeaderClassName
{
color: #99D18B;
}
.AnyTagClassName
{
color: #99D18B;
}
</style>
background-color css
<style>
a { background-color: #99D18B; }
a { background-color: rgb(153,209,139); }
div.DivClassName
{
background-color: #99D18B;
}
.BgClassName
{
background-color: #99D18B;
}
</style>
border-color css
<style>
span { border-color: #99D18B; }
span { border-color: rgb(153,209,139); }
td.TdClassName
{
border-color: #99D18B;
}
.TagClassName
{
border-color: #99D18B;
}
</style>