Shades of Gossip #99D48B
Tints of Gossip #99D48B
RGB
CMYK
RGB Variations
Color information
#99D48B (or 0x99D48B) is known color: Gossip. HEX triplet: 99, D4 and 8B. RGB value is (153,212,139). Sum of RGB (Red+Green+Blue) = 153+212+139=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #99D48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D48B is #662B74. Grayscale: #BABABA. Windows color (decimal): -6695797 or 9163929. OLE color: 9163929.
HSL color Cylindrical-coordinate representation of color #99D48B: hue angle of 108.49º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99D48B is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 139 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.17 |
| HSL | 108.49º | 0.46% | 0.69% | - |
| HSV(B) | 108.49º | 0.34% | 0.83% | - |
| XYZ | 41.34 | 55.72 | 33 | - |
| YUV | 186.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 139 | 0.28 | 0 | 0.34 | 0.17 | 108.49 | 0.46 | 0.69 |
| Hex | 99 | D4 | 8B | 1C | 0 | 22 | 11 | 6C | 2E | 45 |
| Octal | 231 | 324 | 213 | 34 | 0 | 42 | 21 | 154 | 56 | 105 |
| Binary | 10011001 | 11010100 | 10001011 | 11100 | 0 | 100010 | 10001 | 1101100 | 101110 | 1000101 |
Color Harmonies of #99D48B
Complementary color
Monochromatic Colors of #99D48B
Black with #99D48B
Text Example
Text Example
White with #99D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D48B; }
p { color: rgb(153,212,139); }
H1.HeaderClassName
{
color: #99D48B;
}
.AnyTagClassName
{
color: #99D48B;
}
</style>
background-color css
<style>
a { background-color: #99D48B; }
a { background-color: rgb(153,212,139); }
div.DivClassName
{
background-color: #99D48B;
}
.BgClassName
{
background-color: #99D48B;
}
</style>
border-color css
<style>
span { border-color: #99D48B; }
span { border-color: rgb(153,212,139); }
td.TdClassName
{
border-color: #99D48B;
}
.TagClassName
{
border-color: #99D48B;
}
</style>