#A3B15F

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

Shades of Green Smoke #A3B15F

Tints of Green Smoke #A3B15F

Color information

#A3B15F (or 0xA3B15F) is unknown color: approx Green Smoke. HEX triplet: A3, B1 and 5F. RGB value is (163,177,95). Sum of RGB (Red+Green+Blue) = 163+177+95=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B15F is #5C4EA0. Grayscale: #A3A3A3. Windows color (decimal): -6049441 or 6271395. OLE color: 6271395.

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

Color convert

RGB16317795-
CMYK0.0800.460.31
HSL70.24º34.45%53.33%-
HSV(B)70.24º46.33%69.41%-
XYZ32.8940.0616.82-
YUV163.4789.36127.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=37.47%
G=40.69%
B=21.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163177950.0800.460.3170.2434.4553.33
HexA3B15F802E1F462235
Octal24326113710056371064265
Binary1010001110110001101111110000101110111111000110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B15F; }

 p { color: rgb(163,177,95); }

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

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

 a { background-color: rgb(163,177,95); }

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

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

 span { border-color: rgb(163,177,95); }

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