Shades of Gossip #A1C784
Tints of Gossip #A1C784
RGB
CMYK
RGB Variations
Color information
#A1C784 (or 0xA1C784) is known color: Gossip. HEX triplet: A1, C7 and 84. RGB value is (161,199,132). Sum of RGB (Red+Green+Blue) = 161+199+132=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C784 is #5E387B. Grayscale: #B4B4B4. Windows color (decimal): -6174844 or 8701857. OLE color: 8701857.
HSL color Cylindrical-coordinate representation of color #A1C784: hue angle of 94.03º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1C784 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 132 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.22 |
| HSL | 94.03º | 0.37% | 0.65% | - |
| HSV(B) | 94.03º | 0.34% | 0.78% | - |
| XYZ | 39.29 | 50.09 | 29.43 | - |
| YUV | 180 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 132 | 0.19 | 0 | 0.34 | 0.22 | 94.03 | 0.37 | 0.65 |
| Hex | A1 | C7 | 84 | 13 | 0 | 22 | 16 | 5E | 25 | 41 |
| Octal | 241 | 307 | 204 | 23 | 0 | 42 | 26 | 136 | 45 | 101 |
| Binary | 10100001 | 11000111 | 10000100 | 10011 | 0 | 100010 | 10110 | 1011110 | 100101 | 1000001 |
Color Harmonies of #A1C784
Complementary color
Monochromatic Colors of #A1C784
Black with #A1C784
Text Example
Text Example
White with #A1C784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C784; }
p { color: rgb(161,199,132); }
H1.HeaderClassName
{
color: #A1C784;
}
.AnyTagClassName
{
color: #A1C784;
}
</style>
background-color css
<style>
a { background-color: #A1C784; }
a { background-color: rgb(161,199,132); }
div.DivClassName
{
background-color: #A1C784;
}
.BgClassName
{
background-color: #A1C784;
}
</style>
border-color css
<style>
span { border-color: #A1C784; }
span { border-color: rgb(161,199,132); }
td.TdClassName
{
border-color: #A1C784;
}
.TagClassName
{
border-color: #A1C784;
}
</style>