Shades of Gossip #A1CD8B
Tints of Gossip #A1CD8B
RGB
CMYK
RGB Variations
Color information
#A1CD8B (or 0xA1CD8B) is known color: Gossip. HEX triplet: A1, CD and 8B. RGB value is (161,205,139). Sum of RGB (Red+Green+Blue) = 161+205+139=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD8B is #5E3274. Grayscale: #B8B8B8. Windows color (decimal): -6173301 or 9162145. OLE color: 9162145.
HSL color Cylindrical-coordinate representation of color #A1CD8B: hue angle of 100º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1CD8B is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 139 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.20 |
| HSL | 100º | 0.4% | 0.67% | - |
| HSV(B) | 100º | 0.32% | 0.8% | - |
| XYZ | 41.19 | 53.1 | 32.51 | - |
| YUV | 184.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 139 | 0.21 | 0 | 0.32 | 0.20 | 100 | 0.4 | 0.67 |
| Hex | A1 | CD | 8B | 15 | 0 | 20 | 14 | 64 | 28 | 43 |
| Octal | 241 | 315 | 213 | 25 | 0 | 40 | 24 | 144 | 50 | 103 |
| Binary | 10100001 | 11001101 | 10001011 | 10101 | 0 | 100000 | 10100 | 1100100 | 101000 | 1000011 |
Color Harmonies of #A1CD8B
Complementary color
Monochromatic Colors of #A1CD8B
Black with #A1CD8B
Text Example
Text Example
White with #A1CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD8B; }
p { color: rgb(161,205,139); }
H1.HeaderClassName
{
color: #A1CD8B;
}
.AnyTagClassName
{
color: #A1CD8B;
}
</style>
background-color css
<style>
a { background-color: #A1CD8B; }
a { background-color: rgb(161,205,139); }
div.DivClassName
{
background-color: #A1CD8B;
}
.BgClassName
{
background-color: #A1CD8B;
}
</style>
border-color css
<style>
span { border-color: #A1CD8B; }
span { border-color: rgb(161,205,139); }
td.TdClassName
{
border-color: #A1CD8B;
}
.TagClassName
{
border-color: #A1CD8B;
}
</style>