#A4C98E

Color #A4C98E Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #A4C98E

Tints of Gossip #A4C98E

Color information

#A4C98E (or 0xA4C98E) is unknown color: approx 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

RGB164201142-
CMYK0.1800.290.21
HSL97.63º35.33%67.25%-
HSV(B)97.63º29.35%78.82%-
XYZ41.0851.6233.39-
YUV183.21104.74114.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 201 (78.91% from 255) = 39.64%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=32.35%
G=39.64%
B=28.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642011420.1800.290.2197.6335.3367.25
HexA4C98E1201D15622343
Octal244311216220352514243103
Binary101001001100100110001110100100111011010111000101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>