#A4C690

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

Shades of Gossip #A4C690

Tints of Gossip #A4C690

Color information

#A4C690 (or 0xA4C690) is unknown color: approx Gossip. HEX triplet: A4, C6 and 90. RGB value is (164,198,144). Sum of RGB (Red+Green+Blue) = 164+198+144=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C690 is #5B396F. Grayscale: #B5B5B5. Windows color (decimal): -5978480 or 9488036. OLE color: 9488036.

HSL color Cylindrical-coordinate representation of color #A4C690: hue angle of 97.78º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4C690 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB164198144-
CMYK0.1700.270.22
HSL97.78º32.14%67.06%-
HSV(B)97.78º27.27%77.65%-
XYZ40.5450.2933.96-
YUV181.68106.74115.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 198 (77.73% from 255) = 39.13%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=32.41%
G=39.13%
B=28.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641981440.1700.270.2297.7832.1467.06
HexA4C6901101B16622043
Octal244306220210332614240103
Binary101001001100011010010000100010110111011011000101000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C690; }

 p { color: rgb(164,198,144); }

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

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

 a { background-color: rgb(164,198,144); }

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

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

 span { border-color: rgb(164,198,144); }

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