Shades of Gossip #A1C68A
Tints of Gossip #A1C68A
RGB
CMYK
RGB Variations
Color information
#A1C68A (or 0xA1C68A) is known color: Gossip. HEX triplet: A1, C6 and 8A. RGB value is (161,198,138). Sum of RGB (Red+Green+Blue) = 161+198+138=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C68A is #5E3975. Grayscale: #B4B4B4. Windows color (decimal): -6175094 or 9094817. OLE color: 9094817.
HSL color Cylindrical-coordinate representation of color #A1C68A: hue angle of 97º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1C68A is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 138 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.22 |
| HSL | 97º | 0.34% | 0.66% | - |
| HSV(B) | 97º | 0.3% | 0.78% | - |
| XYZ | 39.48 | 49.8 | 31.58 | - |
| YUV | 180.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 138 | 0.19 | 0 | 0.30 | 0.22 | 97 | 0.34 | 0.66 |
| Hex | A1 | C6 | 8A | 13 | 0 | 1E | 16 | 61 | 22 | 42 |
| Octal | 241 | 306 | 212 | 23 | 0 | 36 | 26 | 141 | 42 | 102 |
| Binary | 10100001 | 11000110 | 10001010 | 10011 | 0 | 11110 | 10110 | 1100001 | 100010 | 1000010 |
Color Harmonies of #A1C68A
Complementary color
Monochromatic Colors of #A1C68A
Black with #A1C68A
Text Example
Text Example
White with #A1C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C68A; }
p { color: rgb(161,198,138); }
H1.HeaderClassName
{
color: #A1C68A;
}
.AnyTagClassName
{
color: #A1C68A;
}
</style>
background-color css
<style>
a { background-color: #A1C68A; }
a { background-color: rgb(161,198,138); }
div.DivClassName
{
background-color: #A1C68A;
}
.BgClassName
{
background-color: #A1C68A;
}
</style>
border-color css
<style>
span { border-color: #A1C68A; }
span { border-color: rgb(161,198,138); }
td.TdClassName
{
border-color: #A1C68A;
}
.TagClassName
{
border-color: #A1C68A;
}
</style>