Shades of Gossip #A4C98C
Tints of Gossip #A4C98C
RGB
CMYK
RGB Variations
Color information
#A4C98C (or 0xA4C98C) is known color: Gossip. HEX triplet: A4, C9 and 8C. RGB value is (164,201,140). Sum of RGB (Red+Green+Blue) = 164+201+140=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C98C is #5B3673. Grayscale: #B7B7B7. Windows color (decimal): -5977716 or 9226660. OLE color: 9226660.
HSL color Cylindrical-coordinate representation of color #A4C98C: hue angle of 96.39º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4C98C is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 140 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.21 |
| HSL | 96.39º | 0.36% | 0.67% | - |
| HSV(B) | 96.39º | 0.3% | 0.79% | - |
| XYZ | 40.93 | 51.56 | 32.61 | - |
| YUV | 182.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 140 | 0.18 | 0 | 0.30 | 0.21 | 96.39 | 0.36 | 0.67 |
| Hex | A4 | C9 | 8C | 12 | 0 | 1E | 15 | 60 | 24 | 43 |
| Octal | 244 | 311 | 214 | 22 | 0 | 36 | 25 | 140 | 44 | 103 |
| Binary | 10100100 | 11001001 | 10001100 | 10010 | 0 | 11110 | 10101 | 1100000 | 100100 | 1000011 |
Color Harmonies of #A4C98C
Complementary color
Monochromatic Colors of #A4C98C
Black with #A4C98C
Text Example
Text Example
White with #A4C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C98C; }
p { color: rgb(164,201,140); }
H1.HeaderClassName
{
color: #A4C98C;
}
.AnyTagClassName
{
color: #A4C98C;
}
</style>
background-color css
<style>
a { background-color: #A4C98C; }
a { background-color: rgb(164,201,140); }
div.DivClassName
{
background-color: #A4C98C;
}
.BgClassName
{
background-color: #A4C98C;
}
</style>
border-color css
<style>
span { border-color: #A4C98C; }
span { border-color: rgb(164,201,140); }
td.TdClassName
{
border-color: #A4C98C;
}
.TagClassName
{
border-color: #A4C98C;
}
</style>