Shades of Gossip #A1C97C
Tints of Gossip #A1C97C
RGB
CMYK
RGB Variations
Color information
#A1C97C (or 0xA1C97C) is known color: Gossip. HEX triplet: A1, C9 and 7C. RGB value is (161,201,124). Sum of RGB (Red+Green+Blue) = 161+201+124=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C97C is #5E3683. Grayscale: #B4B4B4. Windows color (decimal): -6174340 or 8178081. OLE color: 8178081.
HSL color Cylindrical-coordinate representation of color #A1C97C: hue angle of 91.17º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1C97C is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 124 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.21 |
| HSL | 91.17º | 0.42% | 0.64% | - |
| HSV(B) | 91.17º | 0.38% | 0.79% | - |
| XYZ | 39.22 | 50.81 | 26.81 | - |
| YUV | 180.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 124 | 0.20 | 0 | 0.38 | 0.21 | 91.17 | 0.42 | 0.64 |
| Hex | A1 | C9 | 7C | 14 | 0 | 26 | 15 | 5B | 2A | 40 |
| Octal | 241 | 311 | 174 | 24 | 0 | 46 | 25 | 133 | 52 | 100 |
| Binary | 10100001 | 11001001 | 1111100 | 10100 | 0 | 100110 | 10101 | 1011011 | 101010 | 1000000 |
Color Harmonies of #A1C97C
Complementary color
Monochromatic Colors of #A1C97C
Black with #A1C97C
Text Example
Text Example
White with #A1C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C97C; }
p { color: rgb(161,201,124); }
H1.HeaderClassName
{
color: #A1C97C;
}
.AnyTagClassName
{
color: #A1C97C;
}
</style>
background-color css
<style>
a { background-color: #A1C97C; }
a { background-color: rgb(161,201,124); }
div.DivClassName
{
background-color: #A1C97C;
}
.BgClassName
{
background-color: #A1C97C;
}
</style>
border-color css
<style>
span { border-color: #A1C97C; }
span { border-color: rgb(161,201,124); }
td.TdClassName
{
border-color: #A1C97C;
}
.TagClassName
{
border-color: #A1C97C;
}
</style>