Shades of Gossip #A0C589
Tints of Gossip #A0C589
RGB
CMYK
RGB Variations
Color information
#A0C589 (or 0xA0C589) is known color: Gossip. HEX triplet: A0, C5 and 89. RGB value is (160,197,137). Sum of RGB (Red+Green+Blue) = 160+197+137=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C589 is #5F3A76. Grayscale: #B3B3B3. Windows color (decimal): -6240887 or 9029024. OLE color: 9029024.
HSL color Cylindrical-coordinate representation of color #A0C589: hue angle of 97º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0C589 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 137 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.23 |
| HSL | 97º | 0.34% | 0.65% | - |
| HSV(B) | 97º | 0.3% | 0.77% | - |
| XYZ | 38.98 | 49.21 | 31.11 | - |
| YUV | 179.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 137 | 0.19 | 0 | 0.30 | 0.23 | 97 | 0.34 | 0.65 |
| Hex | A0 | C5 | 89 | 13 | 0 | 1E | 17 | 61 | 22 | 41 |
| Octal | 240 | 305 | 211 | 23 | 0 | 36 | 27 | 141 | 42 | 101 |
| Binary | 10100000 | 11000101 | 10001001 | 10011 | 0 | 11110 | 10111 | 1100001 | 100010 | 1000001 |
Color Harmonies of #A0C589
Complementary color
Monochromatic Colors of #A0C589
Black with #A0C589
Text Example
Text Example
White with #A0C589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C589; }
p { color: rgb(160,197,137); }
H1.HeaderClassName
{
color: #A0C589;
}
.AnyTagClassName
{
color: #A0C589;
}
</style>
background-color css
<style>
a { background-color: #A0C589; }
a { background-color: rgb(160,197,137); }
div.DivClassName
{
background-color: #A0C589;
}
.BgClassName
{
background-color: #A0C589;
}
</style>
border-color css
<style>
span { border-color: #A0C589; }
span { border-color: rgb(160,197,137); }
td.TdClassName
{
border-color: #A0C589;
}
.TagClassName
{
border-color: #A0C589;
}
</style>