#A2B057

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

Shades of Green Smoke #A2B057

Tints of Green Smoke #A2B057

Color information

#A2B057 (or 0xA2B057) is unknown color: approx Green Smoke. HEX triplet: A2, B0 and 57. RGB value is (162,176,87). Sum of RGB (Red+Green+Blue) = 162+176+87=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B057 is #5D4FA8. Grayscale: #A2A2A2. Windows color (decimal): -6115241 or 5746850. OLE color: 5746850.

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

Color convert

RGB16217687-
CMYK0.0800.510.31
HSL69.44º36.03%51.57%-
HSV(B)69.44º50.57%69.02%-
XYZ32.1539.4214.93-
YUV161.6785.86128.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 87 (34.38% from 255) = 20.47%
R=38.12%
G=41.41%
B=20.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162176870.0800.510.3169.4436.0351.57
HexA2B05780331F452434
Octal24226012710063371054464
Binary1010001010110000101011110000110011111111000101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B057; }

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

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

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

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

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

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

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

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