#a3b45a

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

Shades of Green Smoke #A3B45A

Tints of Green Smoke #A3B45A

Color information

#A3B45A (or 0xA3B45A) is unknown color: approx Green Smoke. HEX triplet: A3, B4 and 5A. RGB value is (163,180,90). Sum of RGB (Red+Green+Blue) = 163+180+90=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B45A is #5C4BA5. Grayscale: #A5A5A5. Windows color (decimal): -6048678 or 5944483. OLE color: 5944483.

HSL color Cylindrical-coordinate representation of color #A3B45A: hue angle of 71.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3B45A is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB16318090-
CMYK0.0900.500.29
HSL71.33º37.5%52.94%-
HSV(B)71.33º50%70.59%-
XYZ33.2741.1715.87-
YUV164.6685.87126.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 90 (35.55% from 255) = 20.79%
R=37.64%
G=41.57%
B=20.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163180900.0900.500.2971.3337.552.94
HexA3B45A90321D472635
Octal24326413211062351074665
Binary1010001110110100101101010010110010111011000111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3b45a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3b45a; }

 p { color: rgb(163,180,90); }

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

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

 a { background-color: rgb(163,180,90); }

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

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

 span { border-color: rgb(163,180,90); }

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