Shades of Gossip #A1C588
Tints of Gossip #A1C588
RGB
CMYK
RGB Variations
Color information
#A1C588 (or 0xA1C588) is known color: Gossip. HEX triplet: A1, C5 and 88. RGB value is (161,197,136). Sum of RGB (Red+Green+Blue) = 161+197+136=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C588 is #5E3A77. Grayscale: #B3B3B3. Windows color (decimal): -6175352 or 8963489. OLE color: 8963489.
HSL color Cylindrical-coordinate representation of color #A1C588: hue angle of 95.41º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1C588 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 136 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.23 |
| HSL | 95.41º | 0.34% | 0.65% | - |
| HSV(B) | 95.41º | 0.31% | 0.77% | - |
| XYZ | 39.11 | 49.29 | 30.74 | - |
| YUV | 179.28 | 103.57 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 136 | 0.18 | 0 | 0.31 | 0.23 | 95.41 | 0.34 | 0.65 |
| Hex | A1 | C5 | 88 | 12 | 0 | 1F | 17 | 5F | 22 | 41 |
| Octal | 241 | 305 | 210 | 22 | 0 | 37 | 27 | 137 | 42 | 101 |
| Binary | 10100001 | 11000101 | 10001000 | 10010 | 0 | 11111 | 10111 | 1011111 | 100010 | 1000001 |
Color Harmonies of #A1C588
Complementary color
Monochromatic Colors of #A1C588
Black with #A1C588
Text Example
Text Example
White with #A1C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C588; }
p { color: rgb(161,197,136); }
H1.HeaderClassName
{
color: #A1C588;
}
.AnyTagClassName
{
color: #A1C588;
}
</style>
background-color css
<style>
a { background-color: #A1C588; }
a { background-color: rgb(161,197,136); }
div.DivClassName
{
background-color: #A1C588;
}
.BgClassName
{
background-color: #A1C588;
}
</style>
border-color css
<style>
span { border-color: #A1C588; }
span { border-color: rgb(161,197,136); }
td.TdClassName
{
border-color: #A1C588;
}
.TagClassName
{
border-color: #A1C588;
}
</style>