#A2B05B

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

Shades of Green Smoke #A2B05B

Tints of Green Smoke #A2B05B

Color information

#A2B05B (or 0xA2B05B) is unknown color: approx Green Smoke. HEX triplet: A2, B0 and 5B. RGB value is (162,176,91). Sum of RGB (Red+Green+Blue) = 162+176+91=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B05B is #5D4FA4. Grayscale: #A2A2A2. Windows color (decimal): -6115237 or 6008994. OLE color: 6008994.

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

Color convert

RGB16217691-
CMYK0.0800.480.31
HSL69.88º34.98%52.35%-
HSV(B)69.88º48.3%69.02%-
XYZ32.3139.4915.82-
YUV162.1287.86127.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=37.76%
G=41.03%
B=21.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162176910.0800.480.3169.8834.9852.35
HexA2B05B80301F462334
Octal24226013310060371064364
Binary1010001010110000101101110000110000111111000110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B05B; }

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

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

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

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

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

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

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

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