Shades of Gossip #99D38A
Tints of Gossip #99D38A
RGB
CMYK
RGB Variations
Color information
#99D38A (or 0x99D38A) is known color: Gossip. HEX triplet: 99, D3 and 8A. RGB value is (153,211,138). Sum of RGB (Red+Green+Blue) = 153+211+138=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #99D38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D38A is #662C75. Grayscale: #B9B9B9. Windows color (decimal): -6696054 or 9098137. OLE color: 9098137.
HSL color Cylindrical-coordinate representation of color #99D38A: hue angle of 107.67º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99D38A is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 138 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.17 |
| HSL | 107.67º | 0.45% | 0.68% | - |
| HSV(B) | 107.67º | 0.35% | 0.83% | - |
| XYZ | 41.02 | 55.2 | 32.54 | - |
| YUV | 185.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 138 | 0.27 | 0 | 0.35 | 0.17 | 107.67 | 0.45 | 0.68 |
| Hex | 99 | D3 | 8A | 1B | 0 | 23 | 11 | 6C | 2D | 44 |
| Octal | 231 | 323 | 212 | 33 | 0 | 43 | 21 | 154 | 55 | 104 |
| Binary | 10011001 | 11010011 | 10001010 | 11011 | 0 | 100011 | 10001 | 1101100 | 101101 | 1000100 |
Color Harmonies of #99D38A
Complementary color
Monochromatic Colors of #99D38A
Black with #99D38A
Text Example
Text Example
White with #99D38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D38A; }
p { color: rgb(153,211,138); }
H1.HeaderClassName
{
color: #99D38A;
}
.AnyTagClassName
{
color: #99D38A;
}
</style>
background-color css
<style>
a { background-color: #99D38A; }
a { background-color: rgb(153,211,138); }
div.DivClassName
{
background-color: #99D38A;
}
.BgClassName
{
background-color: #99D38A;
}
</style>
border-color css
<style>
span { border-color: #99D38A; }
span { border-color: rgb(153,211,138); }
td.TdClassName
{
border-color: #99D38A;
}
.TagClassName
{
border-color: #99D38A;
}
</style>