#A4C78B

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

Shades of Gossip #A4C78B

Tints of Gossip #A4C78B

Color information

#A4C78B (or 0xA4C78B) is unknown color: approx Gossip. HEX triplet: A4, C7 and 8B. RGB value is (164,199,139). Sum of RGB (Red+Green+Blue) = 164+199+139=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C78B is #5B3874. Grayscale: #B5B5B5. Windows color (decimal): -5978229 or 9160612. OLE color: 9160612.

HSL color Cylindrical-coordinate representation of color #A4C78B: hue angle of 95º 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 #A4C78B is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB164199139-
CMYK0.1800.300.22
HSL95º34.88%66.27%-
HSV(B)95º30.15%78.04%-
XYZ40.3950.632.06-
YUV181.7103.9115.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 139 (54.69% from 255) = 27.69%
R=32.67%
G=39.64%
B=27.69%

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
Decimal1641991390.1800.300.229534.8866.27
HexA4C78B1201E165f2342
Octal244307213220362613743102
Binary101001001100011110001011100100111101011010111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C78B; }

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

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

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

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

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

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

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

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