Shades of Gossip #A1CD89
Tints of Gossip #A1CD89
RGB
CMYK
RGB Variations
Color information
#A1CD89 (or 0xA1CD89) is known color: Gossip. HEX triplet: A1, CD and 89. RGB value is (161,205,137). Sum of RGB (Red+Green+Blue) = 161+205+137=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD89 is #5E3276. Grayscale: #B8B8B8. Windows color (decimal): -6173303 or 9031073. OLE color: 9031073.
HSL color Cylindrical-coordinate representation of color #A1CD89: hue angle of 98.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1CD89 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 137 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.20 |
| HSL | 98.82º | 0.4% | 0.67% | - |
| HSV(B) | 98.82º | 0.33% | 0.8% | - |
| XYZ | 41.04 | 53.05 | 31.74 | - |
| YUV | 184.09 | 101.42 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 137 | 0.21 | 0 | 0.33 | 0.20 | 98.82 | 0.4 | 0.67 |
| Hex | A1 | CD | 89 | 15 | 0 | 21 | 14 | 63 | 28 | 43 |
| Octal | 241 | 315 | 211 | 25 | 0 | 41 | 24 | 143 | 50 | 103 |
| Binary | 10100001 | 11001101 | 10001001 | 10101 | 0 | 100001 | 10100 | 1100011 | 101000 | 1000011 |
Color Harmonies of #A1CD89
Complementary color
Monochromatic Colors of #A1CD89
Black with #A1CD89
Text Example
Text Example
White with #A1CD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD89; }
p { color: rgb(161,205,137); }
H1.HeaderClassName
{
color: #A1CD89;
}
.AnyTagClassName
{
color: #A1CD89;
}
</style>
background-color css
<style>
a { background-color: #A1CD89; }
a { background-color: rgb(161,205,137); }
div.DivClassName
{
background-color: #A1CD89;
}
.BgClassName
{
background-color: #A1CD89;
}
</style>
border-color css
<style>
span { border-color: #A1CD89; }
span { border-color: rgb(161,205,137); }
td.TdClassName
{
border-color: #A1CD89;
}
.TagClassName
{
border-color: #A1CD89;
}
</style>