Shades of Gossip #A4C98F
Tints of Gossip #A4C98F
RGB
CMYK
RGB Variations
Color information
#A4C98F (or 0xA4C98F) is known color: Gossip. HEX triplet: A4, C9 and 8F. RGB value is (164,201,143). Sum of RGB (Red+Green+Blue) = 164+201+143=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C98F is #5B3670. Grayscale: #B7B7B7. Windows color (decimal): -5977713 or 9423268. OLE color: 9423268.
HSL color Cylindrical-coordinate representation of color #A4C98F: hue angle of 98.28º 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 #A4C98F is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 143 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.21 |
| HSL | 98.28º | 0.35% | 0.67% | - |
| HSV(B) | 98.28º | 0.29% | 0.79% | - |
| XYZ | 41.15 | 51.65 | 33.79 | - |
| YUV | 183.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 143 | 0.18 | 0 | 0.29 | 0.21 | 98.28 | 0.35 | 0.67 |
| Hex | A4 | C9 | 8F | 12 | 0 | 1D | 15 | 62 | 23 | 43 |
| Octal | 244 | 311 | 217 | 22 | 0 | 35 | 25 | 142 | 43 | 103 |
| Binary | 10100100 | 11001001 | 10001111 | 10010 | 0 | 11101 | 10101 | 1100010 | 100011 | 1000011 |
Color Harmonies of #A4C98F
Complementary color
Monochromatic Colors of #A4C98F
Black with #A4C98F
Text Example
Text Example
White with #A4C98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C98F; }
p { color: rgb(164,201,143); }
H1.HeaderClassName
{
color: #A4C98F;
}
.AnyTagClassName
{
color: #A4C98F;
}
</style>
background-color css
<style>
a { background-color: #A4C98F; }
a { background-color: rgb(164,201,143); }
div.DivClassName
{
background-color: #A4C98F;
}
.BgClassName
{
background-color: #A4C98F;
}
</style>
border-color css
<style>
span { border-color: #A4C98F; }
span { border-color: rgb(164,201,143); }
td.TdClassName
{
border-color: #A4C98F;
}
.TagClassName
{
border-color: #A4C98F;
}
</style>