#A4CC8E

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

Shades of Gossip #A4CC8E

Tints of Gossip #A4CC8E

Color information

#A4CC8E (or 0xA4CC8E) is unknown color: approx Gossip. HEX triplet: A4, CC and 8E. RGB value is (164,204,142). Sum of RGB (Red+Green+Blue) = 164+204+142=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CC8E is #5B3371. Grayscale: #B9B9B9. Windows color (decimal): -5976946 or 9358500. OLE color: 9358500.

HSL color Cylindrical-coordinate representation of color #A4CC8E: hue angle of 98.71º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4CC8E is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB164204142-
CMYK0.2000.300.2
HSL98.71º37.8%67.84%-
HSV(B)98.71º30.39%80%-
XYZ41.7953.0333.62-
YUV184.97103.75113.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=32.16%
G=40%
B=27.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1642041420.2000.300.298.7137.867.84
HexA4CC8E1401E14632644
Octal244314216240362414346104
Binary101001001100110010001110101000111101010011000111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CC8E; }

 p { color: rgb(164,204,142); }

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

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

 a { background-color: rgb(164,204,142); }

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

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

 span { border-color: rgb(164,204,142); }

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