#A5B561

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

Shades of Green Smoke #A5B561

Tints of Green Smoke #A5B561

Color information

#A5B561 (or 0xA5B561) is unknown color: approx Green Smoke. HEX triplet: A5, B5 and 61. RGB value is (165,181,97). Sum of RGB (Red+Green+Blue) = 165+181+97=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B561 is #5A4A9E. Grayscale: #A6A6A6. Windows color (decimal): -5917343 or 6403493. OLE color: 6403493.

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

Color convert

RGB16518197-
CMYK0.0900.460.29
HSL71.43º36.21%54.51%-
HSV(B)71.43º46.41%70.98%-
XYZ34.241.9117.6-
YUV166.6488.7126.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 181 (71.09% from 255) = 40.86%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=37.25%
G=40.86%
B=21.90%

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
Decimal165181970.0900.460.2971.4336.2154.51
HexA5B561902E1D472437
Octal24526514111056351074467
Binary1010010110110101110000110010101110111011000111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B561; }

 p { color: rgb(165,181,97); }

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

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

 a { background-color: rgb(165,181,97); }

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

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

 span { border-color: rgb(165,181,97); }

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