#A4B65F

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

Shades of Green Smoke #A4B65F

Tints of Green Smoke #A4B65F

Color information

#A4B65F (or 0xA4B65F) is unknown color: approx Green Smoke. HEX triplet: A4, B6 and 5F. RGB value is (164,182,95). Sum of RGB (Red+Green+Blue) = 164+182+95=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B65F is #5B49A0. Grayscale: #A7A7A7. Windows color (decimal): -5982625 or 6272676. OLE color: 6272676.

HSL color Cylindrical-coordinate representation of color #A4B65F: hue angle of 72.41º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4B65F is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB16418295-
CMYK0.1000.480.29
HSL72.41º37.34%54.31%-
HSV(B)72.41º47.8%71.37%-
XYZ34.142.1717.17-
YUV166.787.54126.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=37.19%
G=41.27%
B=21.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164182950.1000.480.2972.4137.3454.31
HexA4B65FA0301D482536
Octal24426613712060351104566
Binary1010010010110110101111110100110000111011001000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B65F; }

 p { color: rgb(164,182,95); }

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

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

 a { background-color: rgb(164,182,95); }

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

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

 span { border-color: rgb(164,182,95); }

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