#A5B662

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

Shades of Green Smoke #A5B662

Tints of Green Smoke #A5B662

Color information

#A5B662 (or 0xA5B662) is unknown color: approx Green Smoke. HEX triplet: A5, B6 and 62. RGB value is (165,182,98). Sum of RGB (Red+Green+Blue) = 165+182+98=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B662 is #5A499D. Grayscale: #A7A7A7. Windows color (decimal): -5917086 or 6469285. OLE color: 6469285.

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

Color convert

RGB16518298-
CMYK0.0900.460.29
HSL72.14º36.52%54.9%-
HSV(B)72.14º46.15%71.37%-
XYZ34.4542.3417.91-
YUV167.3488.87126.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 98 (38.67% from 255) = 22.02%
R=37.08%
G=40.90%
B=22.02%

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
Decimal165182980.0900.460.2972.1436.5254.9
HexA5B662902E1D482537
Octal24526614211056351104567
Binary1010010110110110110001010010101110111011001000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B662; }

 p { color: rgb(165,182,98); }

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

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

 a { background-color: rgb(165,182,98); }

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

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

 span { border-color: rgb(165,182,98); }

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