Shades of Gossip #A1D38B
Tints of Gossip #A1D38B
RGB
CMYK
RGB Variations
Color information
#A1D38B (or 0xA1D38B) is known color: Gossip. HEX triplet: A1, D3 and 8B. RGB value is (161,211,139). Sum of RGB (Red+Green+Blue) = 161+211+139=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D38B is #5E2C74. Grayscale: #BCBCBC. Windows color (decimal): -6171765 or 9163681. OLE color: 9163681.
HSL color Cylindrical-coordinate representation of color #A1D38B: hue angle of 101.67º degrees, saturation: 0.45, 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 #A1D38B is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 139 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.17 |
| HSL | 101.67º | 0.45% | 0.69% | - |
| HSV(B) | 101.67º | 0.34% | 0.83% | - |
| XYZ | 42.65 | 56.03 | 32.99 | - |
| YUV | 187.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 139 | 0.24 | 0 | 0.34 | 0.17 | 101.67 | 0.45 | 0.69 |
| Hex | A1 | D3 | 8B | 18 | 0 | 22 | 11 | 66 | 2D | 45 |
| Octal | 241 | 323 | 213 | 30 | 0 | 42 | 21 | 146 | 55 | 105 |
| Binary | 10100001 | 11010011 | 10001011 | 11000 | 0 | 100010 | 10001 | 1100110 | 101101 | 1000101 |
Color Harmonies of #A1D38B
Complementary color
Monochromatic Colors of #A1D38B
Black with #A1D38B
Text Example
Text Example
White with #A1D38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D38B; }
p { color: rgb(161,211,139); }
H1.HeaderClassName
{
color: #A1D38B;
}
.AnyTagClassName
{
color: #A1D38B;
}
</style>
background-color css
<style>
a { background-color: #A1D38B; }
a { background-color: rgb(161,211,139); }
div.DivClassName
{
background-color: #A1D38B;
}
.BgClassName
{
background-color: #A1D38B;
}
</style>
border-color css
<style>
span { border-color: #A1D38B; }
span { border-color: rgb(161,211,139); }
td.TdClassName
{
border-color: #A1D38B;
}
.TagClassName
{
border-color: #A1D38B;
}
</style>