#A5B159

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

Shades of Green Smoke #A5B159

Tints of Green Smoke #A5B159

Color information

#A5B159 (or 0xA5B159) is unknown color: approx Green Smoke. HEX triplet: A5, B1 and 59. RGB value is (165,177,89). Sum of RGB (Red+Green+Blue) = 165+177+89=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B159 is #5A4EA6. Grayscale: #A3A3A3. Windows color (decimal): -5918375 or 5878181. OLE color: 5878181.

HSL color Cylindrical-coordinate representation of color #A5B159: hue angle of 68.18º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5B159 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB16517789-
CMYK0.0700.500.31
HSL68.18º36.07%52.16%-
HSV(B)68.18º49.72%69.41%-
XYZ33.0440.1615.46-
YUV163.3886.02129.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 89 (35.16% from 255) = 20.65%
R=38.28%
G=41.07%
B=20.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165177890.0700.500.3168.1836.0752.16
HexA5B15970321F442434
Octal2452611317062371044464
Binary101001011011000110110011110110010111111000100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B159; }

 p { color: rgb(165,177,89); }

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

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

 a { background-color: rgb(165,177,89); }

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

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

 span { border-color: rgb(165,177,89); }

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