#A2BA62

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

Shades of Green Smoke #A2BA62

Tints of Green Smoke #A2BA62

Color information

#A2BA62 (or 0xA2BA62) is unknown color: approx Green Smoke. HEX triplet: A2, BA and 62. RGB value is (162,186,98). Sum of RGB (Red+Green+Blue) = 162+186+98=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA62 is #5D459D. Grayscale: #A9A9A9. Windows color (decimal): -6112670 or 6470306. OLE color: 6470306.

HSL color Cylindrical-coordinate representation of color #A2BA62: hue angle of 76.36º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2BA62 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB16218698-
CMYK0.1300.470.27
HSL76.36º38.94%55.69%-
HSV(B)76.36º47.31%72.94%-
XYZ34.6643.6818.16-
YUV168.7988.05123.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=36.32%
G=41.70%
B=21.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162186980.1300.470.2776.3638.9455.69
HexA2BA62D02F1B4c2738
Octal24227214215057331144770
Binary1010001010111010110001011010101111110111001100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA62; }

 p { color: rgb(162,186,98); }

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

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

 a { background-color: rgb(162,186,98); }

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

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

 span { border-color: rgb(162,186,98); }

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