Shades of Gossip #A0C885
Tints of Gossip #A0C885
RGB
CMYK
RGB Variations
Color information
#A0C885 (or 0xA0C885) is known color: Gossip. HEX triplet: A0, C8 and 85. RGB value is (160,200,133). Sum of RGB (Red+Green+Blue) = 160+200+133=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C885 is #5F377A. Grayscale: #B4B4B4. Windows color (decimal): -6240123 or 8767648. OLE color: 8767648.
HSL color Cylindrical-coordinate representation of color #A0C885: hue angle of 95.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C885 is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 133 | - |
| CMYK | 0.2 | 0 | 0.34 | 0.22 |
| HSL | 95.82º | 0.38% | 0.65% | - |
| HSV(B) | 95.82º | 0.34% | 0.78% | - |
| XYZ | 39.39 | 50.48 | 29.86 | - |
| YUV | 180.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 133 | 0.2 | 0 | 0.34 | 0.22 | 95.82 | 0.38 | 0.65 |
| Hex | A0 | C8 | 85 | 14 | 0 | 22 | 16 | 60 | 26 | 41 |
| Octal | 240 | 310 | 205 | 24 | 0 | 42 | 26 | 140 | 46 | 101 |
| Binary | 10100000 | 11001000 | 10000101 | 10100 | 0 | 100010 | 10110 | 1100000 | 100110 | 1000001 |
Color Harmonies of #A0C885
Complementary color
Monochromatic Colors of #A0C885
Black with #A0C885
Text Example
Text Example
White with #A0C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C885; }
p { color: rgb(160,200,133); }
H1.HeaderClassName
{
color: #A0C885;
}
.AnyTagClassName
{
color: #A0C885;
}
</style>
background-color css
<style>
a { background-color: #A0C885; }
a { background-color: rgb(160,200,133); }
div.DivClassName
{
background-color: #A0C885;
}
.BgClassName
{
background-color: #A0C885;
}
</style>
border-color css
<style>
span { border-color: #A0C885; }
span { border-color: rgb(160,200,133); }
td.TdClassName
{
border-color: #A0C885;
}
.TagClassName
{
border-color: #A0C885;
}
</style>