#A2B467

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

Shades of Green Smoke #A2B467

Tints of Green Smoke #A2B467

Color information

#A2B467 (or 0xA2B467) is unknown color: approx Green Smoke. HEX triplet: A2, B4 and 67. RGB value is (162,180,103). Sum of RGB (Red+Green+Blue) = 162+180+103=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B467 is #5D4B98. Grayscale: #A6A6A6. Windows color (decimal): -6114201 or 6796450. OLE color: 6796450.

HSL color Cylindrical-coordinate representation of color #A2B467: hue angle of 74.03º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2B467 is Cyan = 0.1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB162180103-
CMYK0.100.430.29
HSL74.03º33.92%55.49%-
HSV(B)74.03º42.78%70.59%-
XYZ33.6741.319.03-
YUV165.8492.54125.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 180 (70.70% from 255) = 40.45%
BLUE value IS 103 (40.62% from 255) = 23.15%
R=36.40%
G=40.45%
B=23.15%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801030.100.430.2974.0333.9255.49
HexA2B467A02B1D4a2237
Octal24226414712053351124267
Binary1010001010110100110011110100101011111011001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B467; }

 p { color: rgb(162,180,103); }

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

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

 a { background-color: rgb(162,180,103); }

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

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

 span { border-color: rgb(162,180,103); }

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