#A5B460

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

Shades of Green Smoke #A5B460

Tints of Green Smoke #A5B460

Color information

#A5B460 (or 0xA5B460) is unknown color: approx Green Smoke. HEX triplet: A5, B4 and 60. RGB value is (165,180,96). Sum of RGB (Red+Green+Blue) = 165+180+96=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B460 is #5A4B9F. Grayscale: #A6A6A6. Windows color (decimal): -5917600 or 6337701. OLE color: 6337701.

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

Color convert

RGB16518096-
CMYK0.0800.470.29
HSL70.71º35.9%54.12%-
HSV(B)70.71º46.67%70.59%-
XYZ33.9541.4917.28-
YUV165.9488.53127.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 96 (37.89% from 255) = 21.77%
R=37.41%
G=40.82%
B=21.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165180960.0800.470.2970.7135.954.12
HexA5B460802F1D472436
Octal24526414010057351074466
Binary1010010110110100110000010000101111111011000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B460; }

 p { color: rgb(165,180,96); }

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

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

 a { background-color: rgb(165,180,96); }

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

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

 span { border-color: rgb(165,180,96); }

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