#A4B461

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

Shades of Green Smoke #A4B461

Tints of Green Smoke #A4B461

Color information

#A4B461 (or 0xA4B461) is unknown color: approx Green Smoke. HEX triplet: A4, B4 and 61. RGB value is (164,180,97). Sum of RGB (Red+Green+Blue) = 164+180+97=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B461 is #5B4B9E. Grayscale: #A6A6A6. Windows color (decimal): -5983135 or 6403236. OLE color: 6403236.

HSL color Cylindrical-coordinate representation of color #A4B461: hue angle of 71.57º 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 #A4B461 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB16418097-
CMYK0.0900.460.29
HSL71.57º35.62%54.31%-
HSV(B)71.57º46.11%70.59%-
XYZ33.7941.417.52-
YUV165.7589.2126.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=37.19%
G=40.82%
B=22.00%

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
Decimal164180970.0900.460.2971.5735.6254.31
HexA4B461902E1D482436
Octal24426414111056351104466
Binary1010010010110100110000110010101110111011001000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B461; }

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

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

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

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

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

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

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

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