#A2AC4B

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

Shades of Green Smoke #A2AC4B

Tints of Green Smoke #A2AC4B

Color information

#A2AC4B (or 0xA2AC4B) is unknown color: approx Green Smoke. HEX triplet: A2, AC and 4B. RGB value is (162,172,75). Sum of RGB (Red+Green+Blue) = 162+172+75=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AC4B is #5D53B4. Grayscale: #9E9E9E. Windows color (decimal): -6116277 or 4959394. OLE color: 4959394.

HSL color Cylindrical-coordinate representation of color #A2AC4B: hue angle of 66.19º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2AC4B is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB16217275-
CMYK0.0600.560.33
HSL66.19º39.27%48.43%-
HSV(B)66.19º56.4%67.45%-
XYZ30.9237.6912.3-
YUV157.9581.19130.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 75 (29.69% from 255) = 18.34%
R=39.61%
G=42.05%
B=18.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162172750.0600.560.3366.1939.2748.43
HexA2AC4B603821422730
Octal2422541136070411024760
Binary1010001010101100100101111001110001000011000010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC4B; }

 p { color: rgb(162,172,75); }

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

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

 a { background-color: rgb(162,172,75); }

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

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

 span { border-color: rgb(162,172,75); }

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