Shades of Gossip #A0C588
Tints of Gossip #A0C588
RGB
CMYK
RGB Variations
Color information
#A0C588 (or 0xA0C588) is known color: Gossip. HEX triplet: A0, C5 and 88. RGB value is (160,197,136). Sum of RGB (Red+Green+Blue) = 160+197+136=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C588 is #5F3A77. Grayscale: #B3B3B3. Windows color (decimal): -6240888 or 8963488. OLE color: 8963488.
HSL color Cylindrical-coordinate representation of color #A0C588: hue angle of 96.39º 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 #A0C588 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 136 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.23 |
| HSL | 96.39º | 0.34% | 0.65% | - |
| HSV(B) | 96.39º | 0.31% | 0.77% | - |
| XYZ | 38.91 | 49.18 | 30.74 | - |
| YUV | 178.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 136 | 0.19 | 0 | 0.31 | 0.23 | 96.39 | 0.34 | 0.65 |
| Hex | A0 | C5 | 88 | 13 | 0 | 1F | 17 | 60 | 22 | 41 |
| Octal | 240 | 305 | 210 | 23 | 0 | 37 | 27 | 140 | 42 | 101 |
| Binary | 10100000 | 11000101 | 10001000 | 10011 | 0 | 11111 | 10111 | 1100000 | 100010 | 1000001 |
Color Harmonies of #A0C588
Complementary color
Monochromatic Colors of #A0C588
Black with #A0C588
Text Example
Text Example
White with #A0C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C588; }
p { color: rgb(160,197,136); }
H1.HeaderClassName
{
color: #A0C588;
}
.AnyTagClassName
{
color: #A0C588;
}
</style>
background-color css
<style>
a { background-color: #A0C588; }
a { background-color: rgb(160,197,136); }
div.DivClassName
{
background-color: #A0C588;
}
.BgClassName
{
background-color: #A0C588;
}
</style>
border-color css
<style>
span { border-color: #A0C588; }
span { border-color: rgb(160,197,136); }
td.TdClassName
{
border-color: #A0C588;
}
.TagClassName
{
border-color: #A0C588;
}
</style>