Shades of Gossip #A4CF8D
Tints of Gossip #A4CF8D
RGB
CMYK
RGB Variations
Color information
#A4CF8D (or 0xA4CF8D) is known color: Gossip. HEX triplet: A4, CF and 8D. RGB value is (164,207,141). Sum of RGB (Red+Green+Blue) = 164+207+141=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CF8D is #5B3072. Grayscale: #BABABA. Windows color (decimal): -5976179 or 9293732. OLE color: 9293732.
HSL color Cylindrical-coordinate representation of color #A4CF8D: hue angle of 99.09º degrees, saturation: 0.41, 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 #A4CF8D is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 141 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.19 |
| HSL | 99.09º | 0.41% | 0.68% | - |
| HSV(B) | 99.09º | 0.32% | 0.81% | - |
| XYZ | 42.43 | 54.44 | 33.47 | - |
| YUV | 186.62 | 102.25 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 141 | 0.21 | 0 | 0.32 | 0.19 | 99.09 | 0.41 | 0.68 |
| Hex | A4 | CF | 8D | 15 | 0 | 20 | 13 | 63 | 29 | 44 |
| Octal | 244 | 317 | 215 | 25 | 0 | 40 | 23 | 143 | 51 | 104 |
| Binary | 10100100 | 11001111 | 10001101 | 10101 | 0 | 100000 | 10011 | 1100011 | 101001 | 1000100 |
Color Harmonies of #A4CF8D
Complementary color
Monochromatic Colors of #A4CF8D
Black with #A4CF8D
Text Example
Text Example
White with #A4CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CF8D; }
p { color: rgb(164,207,141); }
H1.HeaderClassName
{
color: #A4CF8D;
}
.AnyTagClassName
{
color: #A4CF8D;
}
</style>
background-color css
<style>
a { background-color: #A4CF8D; }
a { background-color: rgb(164,207,141); }
div.DivClassName
{
background-color: #A4CF8D;
}
.BgClassName
{
background-color: #A4CF8D;
}
</style>
border-color css
<style>
span { border-color: #A4CF8D; }
span { border-color: rgb(164,207,141); }
td.TdClassName
{
border-color: #A4CF8D;
}
.TagClassName
{
border-color: #A4CF8D;
}
</style>