Shades of Gossip #A3C98C
Tints of Gossip #A3C98C
RGB
CMYK
RGB Variations
Color information
#A3C98C (or 0xA3C98C) is known color: Gossip. HEX triplet: A3, C9 and 8C. RGB value is (163,201,140). Sum of RGB (Red+Green+Blue) = 163+201+140=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C98C is #5C3673. Grayscale: #B6B6B6. Windows color (decimal): -6043252 or 9226659. OLE color: 9226659.
HSL color Cylindrical-coordinate representation of color #A3C98C: hue angle of 97.38º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3C98C is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 140 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.21 |
| HSL | 97.38º | 0.36% | 0.67% | - |
| HSV(B) | 97.38º | 0.3% | 0.79% | - |
| XYZ | 40.72 | 51.45 | 32.6 | - |
| YUV | 182.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 140 | 0.19 | 0 | 0.30 | 0.21 | 97.38 | 0.36 | 0.67 |
| Hex | A3 | C9 | 8C | 13 | 0 | 1E | 15 | 61 | 24 | 43 |
| Octal | 243 | 311 | 214 | 23 | 0 | 36 | 25 | 141 | 44 | 103 |
| Binary | 10100011 | 11001001 | 10001100 | 10011 | 0 | 11110 | 10101 | 1100001 | 100100 | 1000011 |
Color Harmonies of #A3C98C
Complementary color
Monochromatic Colors of #A3C98C
Black with #A3C98C
Text Example
Text Example
White with #A3C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C98C; }
p { color: rgb(163,201,140); }
H1.HeaderClassName
{
color: #A3C98C;
}
.AnyTagClassName
{
color: #A3C98C;
}
</style>
background-color css
<style>
a { background-color: #A3C98C; }
a { background-color: rgb(163,201,140); }
div.DivClassName
{
background-color: #A3C98C;
}
.BgClassName
{
background-color: #A3C98C;
}
</style>
border-color css
<style>
span { border-color: #A3C98C; }
span { border-color: rgb(163,201,140); }
td.TdClassName
{
border-color: #A3C98C;
}
.TagClassName
{
border-color: #A3C98C;
}
</style>