Shades of Gossip #A4CE8C
Tints of Gossip #A4CE8C
RGB
CMYK
RGB Variations
Color information
#A4CE8C (or 0xA4CE8C) is known color: Gossip. HEX triplet: A4, CE and 8C. RGB value is (164,206,140). Sum of RGB (Red+Green+Blue) = 164+206+140=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CE8C is #5B3173. Grayscale: #BABABA. Windows color (decimal): -5976436 or 9227940. OLE color: 9227940.
HSL color Cylindrical-coordinate representation of color #A4CE8C: hue angle of 98.18º 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 #A4CE8C is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 140 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.19 |
| HSL | 98.18º | 0.4% | 0.68% | - |
| HSV(B) | 98.18º | 0.32% | 0.81% | - |
| XYZ | 42.11 | 53.93 | 33 | - |
| YUV | 185.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 140 | 0.20 | 0 | 0.32 | 0.19 | 98.18 | 0.4 | 0.68 |
| Hex | A4 | CE | 8C | 14 | 0 | 20 | 13 | 62 | 28 | 44 |
| Octal | 244 | 316 | 214 | 24 | 0 | 40 | 23 | 142 | 50 | 104 |
| Binary | 10100100 | 11001110 | 10001100 | 10100 | 0 | 100000 | 10011 | 1100010 | 101000 | 1000100 |
Color Harmonies of #A4CE8C
Complementary color
Monochromatic Colors of #A4CE8C
Black with #A4CE8C
Text Example
Text Example
White with #A4CE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CE8C; }
p { color: rgb(164,206,140); }
H1.HeaderClassName
{
color: #A4CE8C;
}
.AnyTagClassName
{
color: #A4CE8C;
}
</style>
background-color css
<style>
a { background-color: #A4CE8C; }
a { background-color: rgb(164,206,140); }
div.DivClassName
{
background-color: #A4CE8C;
}
.BgClassName
{
background-color: #A4CE8C;
}
</style>
border-color css
<style>
span { border-color: #A4CE8C; }
span { border-color: rgb(164,206,140); }
td.TdClassName
{
border-color: #A4CE8C;
}
.TagClassName
{
border-color: #A4CE8C;
}
</style>