Shades of Gossip #A3C988
Tints of Gossip #A3C988
RGB
CMYK
RGB Variations
Color information
#A3C988 (or 0xA3C988) is known color: Gossip. HEX triplet: A3, C9 and 88. RGB value is (163,201,136). Sum of RGB (Red+Green+Blue) = 163+201+136=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C988 is #5C3677. Grayscale: #B6B6B6. Windows color (decimal): -6043256 or 8964515. OLE color: 8964515.
HSL color Cylindrical-coordinate representation of color #A3C988: hue angle of 95.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3C988 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 136 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.21 |
| HSL | 95.08º | 0.38% | 0.66% | - |
| HSV(B) | 95.08º | 0.32% | 0.79% | - |
| XYZ | 40.43 | 51.34 | 31.07 | - |
| YUV | 182.23 | 101.91 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 136 | 0.19 | 0 | 0.32 | 0.21 | 95.08 | 0.38 | 0.66 |
| Hex | A3 | C9 | 88 | 13 | 0 | 20 | 15 | 5F | 26 | 42 |
| Octal | 243 | 311 | 210 | 23 | 0 | 40 | 25 | 137 | 46 | 102 |
| Binary | 10100011 | 11001001 | 10001000 | 10011 | 0 | 100000 | 10101 | 1011111 | 100110 | 1000010 |
Color Harmonies of #A3C988
Complementary color
Monochromatic Colors of #A3C988
Black with #A3C988
Text Example
Text Example
White with #A3C988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C988; }
p { color: rgb(163,201,136); }
H1.HeaderClassName
{
color: #A3C988;
}
.AnyTagClassName
{
color: #A3C988;
}
</style>
background-color css
<style>
a { background-color: #A3C988; }
a { background-color: rgb(163,201,136); }
div.DivClassName
{
background-color: #A3C988;
}
.BgClassName
{
background-color: #A3C988;
}
</style>
border-color css
<style>
span { border-color: #A3C988; }
span { border-color: rgb(163,201,136); }
td.TdClassName
{
border-color: #A3C988;
}
.TagClassName
{
border-color: #A3C988;
}
</style>