#A5B36F

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

Shades of Green Smoke #A5B36F

Tints of Green Smoke #A5B36F

Color information

#A5B36F (or 0xA5B36F) is unknown color: approx Green Smoke. HEX triplet: A5, B3 and 6F. RGB value is (165,179,111). Sum of RGB (Red+Green+Blue) = 165+179+111=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B36F is #5A4C90. Grayscale: #A7A7A7. Windows color (decimal): -5917841 or 7320485. OLE color: 7320485.

HSL color Cylindrical-coordinate representation of color #A5B36F: hue angle of 72.35º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5B36F is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB165179111-
CMYK0.0800.380.30
HSL72.35º30.91%56.86%-
HSV(B)72.35º37.99%70.2%-
XYZ34.5141.3921.21-
YUV167.0696.36126.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 111 (43.75% from 255) = 24.40%
R=36.26%
G=39.34%
B=24.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651791110.0800.380.3072.3530.9156.86
HexA5B36F80261E481f39
Octal24526315710046361103771
Binary101001011011001111011111000010011011110100100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B36F; }

 p { color: rgb(165,179,111); }

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

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

 a { background-color: rgb(165,179,111); }

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

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

 span { border-color: rgb(165,179,111); }

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