Shades of Gossip #A4CE8D
Tints of Gossip #A4CE8D
RGB
CMYK
RGB Variations
Color information
#A4CE8D (or 0xA4CE8D) is known color: Gossip. HEX triplet: A4, CE and 8D. RGB value is (164,206,141). Sum of RGB (Red+Green+Blue) = 164+206+141=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CE8D is #5B3172. Grayscale: #BABABA. Windows color (decimal): -5976435 or 9293476. OLE color: 9293476.
HSL color Cylindrical-coordinate representation of color #A4CE8D: hue angle of 98.77º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4CE8D is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 141 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.19 |
| HSL | 98.77º | 0.4% | 0.68% | - |
| HSV(B) | 98.77º | 0.32% | 0.81% | - |
| XYZ | 42.19 | 53.96 | 33.39 | - |
| YUV | 186.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 141 | 0.20 | 0 | 0.32 | 0.19 | 98.77 | 0.4 | 0.68 |
| Hex | A4 | CE | 8D | 14 | 0 | 20 | 13 | 63 | 28 | 44 |
| Octal | 244 | 316 | 215 | 24 | 0 | 40 | 23 | 143 | 50 | 104 |
| Binary | 10100100 | 11001110 | 10001101 | 10100 | 0 | 100000 | 10011 | 1100011 | 101000 | 1000100 |
Color Harmonies of #A4CE8D
Complementary color
Monochromatic Colors of #A4CE8D
Black with #A4CE8D
Text Example
Text Example
White with #A4CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CE8D; }
p { color: rgb(164,206,141); }
H1.HeaderClassName
{
color: #A4CE8D;
}
.AnyTagClassName
{
color: #A4CE8D;
}
</style>
background-color css
<style>
a { background-color: #A4CE8D; }
a { background-color: rgb(164,206,141); }
div.DivClassName
{
background-color: #A4CE8D;
}
.BgClassName
{
background-color: #A4CE8D;
}
</style>
border-color css
<style>
span { border-color: #A4CE8D; }
span { border-color: rgb(164,206,141); }
td.TdClassName
{
border-color: #A4CE8D;
}
.TagClassName
{
border-color: #A4CE8D;
}
</style>