#A4C78C

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

Shades of Gossip #A4C78C

Tints of Gossip #A4C78C

Color information

#A4C78C (or 0xA4C78C) is unknown color: approx Gossip. HEX triplet: A4, C7 and 8C. RGB value is (164,199,140). Sum of RGB (Red+Green+Blue) = 164+199+140=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C78C is #5B3873. Grayscale: #B6B6B6. Windows color (decimal): -5978228 or 9226148. OLE color: 9226148.

HSL color Cylindrical-coordinate representation of color #A4C78C: hue angle of 95.59º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4C78C is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB164199140-
CMYK0.1800.300.22
HSL95.59º34.5%66.47%-
HSV(B)95.59º29.65%78.04%-
XYZ40.4750.6332.45-
YUV181.81104.4115.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 199 (78.12% from 255) = 39.56%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=32.60%
G=39.56%
B=27.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641991400.1800.300.2295.5934.566.47
HexA4C78C1201E16602342
Octal244307214220362614043102
Binary101001001100011110001100100100111101011011000001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C78C; }

 p { color: rgb(164,199,140); }

 H1.HeaderClassName
 {
   color: #A4C78C;
 }
 .AnyTagClassName
 {
   color: #A4C78C;
 }
</style>
background-color css

<style>
 a { background-color: #A4C78C; }

 a { background-color: rgb(164,199,140); }

 div.DivClassName
 {
   background-color: #A4C78C;
 }
 .BgClassName
 {
   background-color: #A4C78C;
 }
</style>
border-color css

<style>
 span { border-color: #A4C78C; }

 span { border-color: rgb(164,199,140); }

 td.TdClassName
 {
   border-color: #A4C78C;
 }
 .TagClassName
 {
   border-color: #A4C78C;
 }
</style>