Shades of Gossip #A1D191
Tints of Gossip #A1D191
RGB
CMYK
RGB Variations
Color information
#A1D191 (or 0xA1D191) is known color: Gossip. HEX triplet: A1, D1 and 91. RGB value is (161,209,145). Sum of RGB (Red+Green+Blue) = 161+209+145=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D191 is #5E2E6E. Grayscale: #BBBBBB. Windows color (decimal): -6172271 or 9556385. OLE color: 9556385.
HSL color Cylindrical-coordinate representation of color #A1D191: hue angle of 105º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1D191 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 145 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.18 |
| HSL | 105º | 0.41% | 0.69% | - |
| HSV(B) | 105º | 0.31% | 0.82% | - |
| XYZ | 42.61 | 55.22 | 35.2 | - |
| YUV | 187.35 | 104.1 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 145 | 0.23 | 0 | 0.31 | 0.18 | 105 | 0.41 | 0.69 |
| Hex | A1 | D1 | 91 | 17 | 0 | 1F | 12 | 69 | 29 | 45 |
| Octal | 241 | 321 | 221 | 27 | 0 | 37 | 22 | 151 | 51 | 105 |
| Binary | 10100001 | 11010001 | 10010001 | 10111 | 0 | 11111 | 10010 | 1101001 | 101001 | 1000101 |
Color Harmonies of #A1D191
Complementary color
Monochromatic Colors of #A1D191
Black with #A1D191
Text Example
Text Example
White with #A1D191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D191; }
p { color: rgb(161,209,145); }
H1.HeaderClassName
{
color: #A1D191;
}
.AnyTagClassName
{
color: #A1D191;
}
</style>
background-color css
<style>
a { background-color: #A1D191; }
a { background-color: rgb(161,209,145); }
div.DivClassName
{
background-color: #A1D191;
}
.BgClassName
{
background-color: #A1D191;
}
</style>
border-color css
<style>
span { border-color: #A1D191; }
span { border-color: rgb(161,209,145); }
td.TdClassName
{
border-color: #A1D191;
}
.TagClassName
{
border-color: #A1D191;
}
</style>