#A2B072

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

Shades of Green Smoke #A2B072

Tints of Green Smoke #A2B072

Color information

#A2B072 (or 0xA2B072) is unknown color: approx Green Smoke. HEX triplet: A2, B0 and 72. RGB value is (162,176,114). Sum of RGB (Red+Green+Blue) = 162+176+114=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B072 is #5D4F8D. Grayscale: #A4A4A4. Windows color (decimal): -6115214 or 7516322. OLE color: 7516322.

HSL color Cylindrical-coordinate representation of color #A2B072: hue angle of 73.55º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2B072 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB162176114-
CMYK0.0800.350.31
HSL73.55º28.18%56.86%-
HSV(B)73.55º35.23%69.02%-
XYZ33.4639.9521.87-
YUV164.7599.36126.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 176 (69.14% from 255) = 38.94%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=35.84%
G=38.94%
B=25.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621761140.0800.350.3173.5528.1856.86
HexA2B07280231F4a1c39
Octal24226016210043371123471
Binary101000101011000011100101000010001111111100101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B072; }

 p { color: rgb(162,176,114); }

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

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

 a { background-color: rgb(162,176,114); }

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

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

 span { border-color: rgb(162,176,114); }

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