#A5B15F

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

Shades of Green Smoke #A5B15F

Tints of Green Smoke #A5B15F

Color information

#A5B15F (or 0xA5B15F) is unknown color: approx Green Smoke. HEX triplet: A5, B1 and 5F. RGB value is (165,177,95). Sum of RGB (Red+Green+Blue) = 165+177+95=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B15F is #5A4EA0. Grayscale: #A4A4A4. Windows color (decimal): -5918369 or 6271397. OLE color: 6271397.

HSL color Cylindrical-coordinate representation of color #A5B15F: hue angle of 68.78º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5B15F is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB16517795-
CMYK0.0700.460.31
HSL68.78º34.45%53.33%-
HSV(B)68.78º46.33%69.41%-
XYZ33.340.2716.84-
YUV164.0689.02128.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=37.76%
G=40.50%
B=21.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165177950.0700.460.3168.7834.4553.33
HexA5B15F702E1F452235
Octal2452611377056371054265
Binary101001011011000110111111110101110111111000101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B15F; }

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

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

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

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

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

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

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

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