Shades of Gossip #A4C788
Tints of Gossip #A4C788
RGB
CMYK
RGB Variations
Color information
#A4C788 (or 0xA4C788) is known color: Gossip. HEX triplet: A4, C7 and 88. RGB value is (164,199,136). Sum of RGB (Red+Green+Blue) = 164+199+136=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C788 is #5B3877. Grayscale: #B5B5B5. Windows color (decimal): -5978232 or 8964004. OLE color: 8964004.
HSL color Cylindrical-coordinate representation of color #A4C788: hue angle of 93.33º 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 #A4C788 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 199 | 136 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.22 |
| HSL | 93.33º | 0.36% | 0.66% | - |
| HSV(B) | 93.33º | 0.32% | 0.78% | - |
| XYZ | 40.18 | 50.52 | 30.93 | - |
| YUV | 181.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 199 | 136 | 0.18 | 0 | 0.32 | 0.22 | 93.33 | 0.36 | 0.66 |
| Hex | A4 | C7 | 88 | 12 | 0 | 20 | 16 | 5D | 24 | 42 |
| Octal | 244 | 307 | 210 | 22 | 0 | 40 | 26 | 135 | 44 | 102 |
| Binary | 10100100 | 11000111 | 10001000 | 10010 | 0 | 100000 | 10110 | 1011101 | 100100 | 1000010 |
Color Harmonies of #A4C788
Complementary color
Monochromatic Colors of #A4C788
Black with #A4C788
Text Example
Text Example
White with #A4C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C788; }
p { color: rgb(164,199,136); }
H1.HeaderClassName
{
color: #A4C788;
}
.AnyTagClassName
{
color: #A4C788;
}
</style>
background-color css
<style>
a { background-color: #A4C788; }
a { background-color: rgb(164,199,136); }
div.DivClassName
{
background-color: #A4C788;
}
.BgClassName
{
background-color: #A4C788;
}
</style>
border-color css
<style>
span { border-color: #A4C788; }
span { border-color: rgb(164,199,136); }
td.TdClassName
{
border-color: #A4C788;
}
.TagClassName
{
border-color: #A4C788;
}
</style>