Shades of Gossip #A4C98E
Tints of Gossip #A4C98E
RGB
CMYK
RGB Variations
Color information
#A4C98E (or 0xA4C98E) is known color: Gossip. HEX triplet: A4, C9 and 8E. RGB value is (164,201,142). Sum of RGB (Red+Green+Blue) = 164+201+142=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C98E is #5B3671. Grayscale: #B7B7B7. Windows color (decimal): -5977714 or 9357732. OLE color: 9357732.
HSL color Cylindrical-coordinate representation of color #A4C98E: hue angle of 97.63º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4C98E is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 142 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.21 |
| HSL | 97.63º | 0.35% | 0.67% | - |
| HSV(B) | 97.63º | 0.29% | 0.79% | - |
| XYZ | 41.08 | 51.62 | 33.39 | - |
| YUV | 183.21 | 104.74 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 142 | 0.18 | 0 | 0.29 | 0.21 | 97.63 | 0.35 | 0.67 |
| Hex | A4 | C9 | 8E | 12 | 0 | 1D | 15 | 62 | 23 | 43 |
| Octal | 244 | 311 | 216 | 22 | 0 | 35 | 25 | 142 | 43 | 103 |
| Binary | 10100100 | 11001001 | 10001110 | 10010 | 0 | 11101 | 10101 | 1100010 | 100011 | 1000011 |
Color Harmonies of #A4C98E
Complementary color
Monochromatic Colors of #A4C98E
Black with #A4C98E
Text Example
Text Example
White with #A4C98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C98E; }
p { color: rgb(164,201,142); }
H1.HeaderClassName
{
color: #A4C98E;
}
.AnyTagClassName
{
color: #A4C98E;
}
</style>
background-color css
<style>
a { background-color: #A4C98E; }
a { background-color: rgb(164,201,142); }
div.DivClassName
{
background-color: #A4C98E;
}
.BgClassName
{
background-color: #A4C98E;
}
</style>
border-color css
<style>
span { border-color: #A4C98E; }
span { border-color: rgb(164,201,142); }
td.TdClassName
{
border-color: #A4C98E;
}
.TagClassName
{
border-color: #A4C98E;
}
</style>