Shades of Gossip #A3C788
Tints of Gossip #A3C788
RGB
CMYK
RGB Variations
Color information
#A3C788 (or 0xA3C788) is known color: Gossip. HEX triplet: A3, C7 and 88. RGB value is (163,199,136). Sum of RGB (Red+Green+Blue) = 163+199+136=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C788 is #5C3877. Grayscale: #B5B5B5. Windows color (decimal): -6043768 or 8964003. OLE color: 8964003.
HSL color Cylindrical-coordinate representation of color #A3C788: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3C788 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 199 | 136 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.22 |
| HSL | 94.29º | 0.36% | 0.66% | - |
| HSV(B) | 94.29º | 0.32% | 0.78% | - |
| XYZ | 39.97 | 50.41 | 30.92 | - |
| YUV | 181.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 199 | 136 | 0.18 | 0 | 0.32 | 0.22 | 94.29 | 0.36 | 0.66 |
| Hex | A3 | C7 | 88 | 12 | 0 | 20 | 16 | 5E | 24 | 42 |
| Octal | 243 | 307 | 210 | 22 | 0 | 40 | 26 | 136 | 44 | 102 |
| Binary | 10100011 | 11000111 | 10001000 | 10010 | 0 | 100000 | 10110 | 1011110 | 100100 | 1000010 |
Color Harmonies of #A3C788
Complementary color
Monochromatic Colors of #A3C788
Black with #A3C788
Text Example
Text Example
White with #A3C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C788; }
p { color: rgb(163,199,136); }
H1.HeaderClassName
{
color: #A3C788;
}
.AnyTagClassName
{
color: #A3C788;
}
</style>
background-color css
<style>
a { background-color: #A3C788; }
a { background-color: rgb(163,199,136); }
div.DivClassName
{
background-color: #A3C788;
}
.BgClassName
{
background-color: #A3C788;
}
</style>
border-color css
<style>
span { border-color: #A3C788; }
span { border-color: rgb(163,199,136); }
td.TdClassName
{
border-color: #A3C788;
}
.TagClassName
{
border-color: #A3C788;
}
</style>