#A6B461

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

Shades of Green Smoke #A6B461

Tints of Green Smoke #A6B461

Color information

#A6B461 (or 0xA6B461) is unknown color: approx Green Smoke. HEX triplet: A6, B4 and 61. RGB value is (166,180,97). Sum of RGB (Red+Green+Blue) = 166+180+97=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B461 is #594B9E. Grayscale: #A6A6A6. Windows color (decimal): -5852063 or 6403238. OLE color: 6403238.

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

Color convert

RGB16618097-
CMYK0.0800.460.29
HSL70.12º35.62%54.31%-
HSV(B)70.12º46.11%70.59%-
XYZ34.241.6117.54-
YUV166.3588.86127.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=37.47%
G=40.63%
B=21.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166180970.0800.460.2970.1235.6254.31
HexA6B461802E1D462436
Octal24626414110056351064466
Binary1010011010110100110000110000101110111011000110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B461; }

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

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

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

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

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

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

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

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