#A4B46F

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

Shades of Green Smoke #A4B46F

Tints of Green Smoke #A4B46F

Color information

#A4B46F (or 0xA4B46F) is unknown color: approx Green Smoke. HEX triplet: A4, B4 and 6F. RGB value is (164,180,111). Sum of RGB (Red+Green+Blue) = 164+180+111=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B46F is #5B4B90. Grayscale: #A7A7A7. Windows color (decimal): -5983121 or 7320740. OLE color: 7320740.

HSL color Cylindrical-coordinate representation of color #A4B46F: hue angle of 73.91º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4B46F is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB164180111-
CMYK0.0900.380.29
HSL73.91º31.51%57.06%-
HSV(B)73.91º38.33%70.59%-
XYZ34.541.6821.27-
YUV167.3596.2125.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 111 (43.75% from 255) = 24.40%
R=36.04%
G=39.56%
B=24.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641801110.0900.380.2973.9131.5157.06
HexA4B46F90261D4a2039
Octal24426415711046351124071
Binary1010010010110100110111110010100110111011001010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B46F; }

 p { color: rgb(164,180,111); }

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

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

 a { background-color: rgb(164,180,111); }

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

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

 span { border-color: rgb(164,180,111); }

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