Shades of Gossip #A1D089
Tints of Gossip #A1D089
RGB
CMYK
RGB Variations
Color information
#A1D089 (or 0xA1D089) is known color: Gossip. HEX triplet: A1, D0 and 89. RGB value is (161,208,137). Sum of RGB (Red+Green+Blue) = 161+208+137=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D089 is #5E2F76. Grayscale: #BABABA. Windows color (decimal): -6172535 or 9031841. OLE color: 9031841.
HSL color Cylindrical-coordinate representation of color #A1D089: hue angle of 99.72º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1D089 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 137 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.18 |
| HSL | 99.72º | 0.43% | 0.68% | - |
| HSV(B) | 99.72º | 0.34% | 0.82% | - |
| XYZ | 41.77 | 54.49 | 31.98 | - |
| YUV | 185.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 137 | 0.23 | 0 | 0.34 | 0.18 | 99.72 | 0.43 | 0.68 |
| Hex | A1 | D0 | 89 | 17 | 0 | 22 | 12 | 64 | 2B | 44 |
| Octal | 241 | 320 | 211 | 27 | 0 | 42 | 22 | 144 | 53 | 104 |
| Binary | 10100001 | 11010000 | 10001001 | 10111 | 0 | 100010 | 10010 | 1100100 | 101011 | 1000100 |
Color Harmonies of #A1D089
Complementary color
Monochromatic Colors of #A1D089
Black with #A1D089
Text Example
Text Example
White with #A1D089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D089; }
p { color: rgb(161,208,137); }
H1.HeaderClassName
{
color: #A1D089;
}
.AnyTagClassName
{
color: #A1D089;
}
</style>
background-color css
<style>
a { background-color: #A1D089; }
a { background-color: rgb(161,208,137); }
div.DivClassName
{
background-color: #A1D089;
}
.BgClassName
{
background-color: #A1D089;
}
</style>
border-color css
<style>
span { border-color: #A1D089; }
span { border-color: rgb(161,208,137); }
td.TdClassName
{
border-color: #A1D089;
}
.TagClassName
{
border-color: #A1D089;
}
</style>