#A3B461

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

Shades of Green Smoke #A3B461

Tints of Green Smoke #A3B461

Color information

#A3B461 (or 0xA3B461) is unknown color: approx Green Smoke. HEX triplet: A3, B4 and 61. RGB value is (163,180,97). Sum of RGB (Red+Green+Blue) = 163+180+97=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B461 is #5C4B9E. Grayscale: #A5A5A5. Windows color (decimal): -6048671 or 6403235. OLE color: 6403235.

HSL color Cylindrical-coordinate representation of color #A3B461: hue angle of 72.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3B461 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB16318097-
CMYK0.0900.460.29
HSL72.29º35.62%54.31%-
HSV(B)72.29º46.11%70.59%-
XYZ33.5841.2917.51-
YUV165.4689.37126.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 97 (38.28% from 255) = 22.05%
R=37.05%
G=40.91%
B=22.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163180970.0900.460.2972.2935.6254.31
HexA3B461902E1D482436
Octal24326414111056351104466
Binary1010001110110100110000110010101110111011001000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B461; }

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

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

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

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

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

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

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

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