Shades of Gossip #A3C98A
Tints of Gossip #A3C98A
RGB
CMYK
RGB Variations
Color information
#A3C98A (or 0xA3C98A) is known color: Gossip. HEX triplet: A3, C9 and 8A. RGB value is (163,201,138). Sum of RGB (Red+Green+Blue) = 163+201+138=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C98A is #5C3675. Grayscale: #B6B6B6. Windows color (decimal): -6043254 or 9095587. OLE color: 9095587.
HSL color Cylindrical-coordinate representation of color #A3C98A: hue angle of 96.19º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3C98A is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 138 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.21 |
| HSL | 96.19º | 0.37% | 0.66% | - |
| HSV(B) | 96.19º | 0.31% | 0.79% | - |
| XYZ | 40.58 | 51.39 | 31.83 | - |
| YUV | 182.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 138 | 0.19 | 0 | 0.31 | 0.21 | 96.19 | 0.37 | 0.66 |
| Hex | A3 | C9 | 8A | 13 | 0 | 1F | 15 | 60 | 25 | 42 |
| Octal | 243 | 311 | 212 | 23 | 0 | 37 | 25 | 140 | 45 | 102 |
| Binary | 10100011 | 11001001 | 10001010 | 10011 | 0 | 11111 | 10101 | 1100000 | 100101 | 1000010 |
Color Harmonies of #A3C98A
Complementary color
Monochromatic Colors of #A3C98A
Black with #A3C98A
Text Example
Text Example
White with #A3C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C98A; }
p { color: rgb(163,201,138); }
H1.HeaderClassName
{
color: #A3C98A;
}
.AnyTagClassName
{
color: #A3C98A;
}
</style>
background-color css
<style>
a { background-color: #A3C98A; }
a { background-color: rgb(163,201,138); }
div.DivClassName
{
background-color: #A3C98A;
}
.BgClassName
{
background-color: #A3C98A;
}
</style>
border-color css
<style>
span { border-color: #A3C98A; }
span { border-color: rgb(163,201,138); }
td.TdClassName
{
border-color: #A3C98A;
}
.TagClassName
{
border-color: #A3C98A;
}
</style>