#A2B061

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

Shades of Green Smoke #A2B061

Tints of Green Smoke #A2B061

Color information

#A2B061 (or 0xA2B061) is unknown color: approx Green Smoke. HEX triplet: A2, B0 and 61. RGB value is (162,176,97). Sum of RGB (Red+Green+Blue) = 162+176+97=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B061 is #5D4F9E. Grayscale: #A3A3A3. Windows color (decimal): -6115231 or 6402210. OLE color: 6402210.

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

Color convert

RGB16217697-
CMYK0.0800.450.31
HSL70.63º33.33%53.53%-
HSV(B)70.63º44.89%69.02%-
XYZ32.5839.617.23-
YUV162.8190.86127.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=37.24%
G=40.46%
B=22.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162176970.0800.450.3170.6333.3353.53
HexA2B061802D1F472136
Octal24226014110055371074166
Binary1010001010110000110000110000101101111111000111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B061; }

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

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

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

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

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

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

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

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