Shades of Gossip #A1C581
Tints of Gossip #A1C581
RGB
CMYK
RGB Variations
Color information
#A1C581 (or 0xA1C581) is known color: Gossip. HEX triplet: A1, C5 and 81. RGB value is (161,197,129). Sum of RGB (Red+Green+Blue) = 161+197+129=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C581 is #5E3A7E. Grayscale: #B2B2B2. Windows color (decimal): -6175359 or 8504737. OLE color: 8504737.
HSL color Cylindrical-coordinate representation of color #A1C581: hue angle of 91.76º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1C581 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 129 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.23 |
| HSL | 91.76º | 0.37% | 0.64% | - |
| HSV(B) | 91.76º | 0.35% | 0.77% | - |
| XYZ | 38.63 | 49.09 | 28.21 | - |
| YUV | 178.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 129 | 0.18 | 0 | 0.35 | 0.23 | 91.76 | 0.37 | 0.64 |
| Hex | A1 | C5 | 81 | 12 | 0 | 23 | 17 | 5C | 25 | 40 |
| Octal | 241 | 305 | 201 | 22 | 0 | 43 | 27 | 134 | 45 | 100 |
| Binary | 10100001 | 11000101 | 10000001 | 10010 | 0 | 100011 | 10111 | 1011100 | 100101 | 1000000 |
Color Harmonies of #A1C581
Complementary color
Monochromatic Colors of #A1C581
Black with #A1C581
Text Example
Text Example
White with #A1C581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C581; }
p { color: rgb(161,197,129); }
H1.HeaderClassName
{
color: #A1C581;
}
.AnyTagClassName
{
color: #A1C581;
}
</style>
background-color css
<style>
a { background-color: #A1C581; }
a { background-color: rgb(161,197,129); }
div.DivClassName
{
background-color: #A1C581;
}
.BgClassName
{
background-color: #A1C581;
}
</style>
border-color css
<style>
span { border-color: #A1C581; }
span { border-color: rgb(161,197,129); }
td.TdClassName
{
border-color: #A1C581;
}
.TagClassName
{
border-color: #A1C581;
}
</style>