#A5B36B

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

Shades of Green Smoke #A5B36B

Tints of Green Smoke #A5B36B

Color information

#A5B36B (or 0xA5B36B) is unknown color: approx Green Smoke. HEX triplet: A5, B3 and 6B. RGB value is (165,179,107). Sum of RGB (Red+Green+Blue) = 165+179+107=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B36B is #5A4C94. Grayscale: #A6A6A6. Windows color (decimal): -5917845 or 7058341. OLE color: 7058341.

HSL color Cylindrical-coordinate representation of color #A5B36B: hue angle of 71.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5B36B is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB165179107-
CMYK0.0800.400.30
HSL71.67º32.14%56.08%-
HSV(B)71.67º40.22%70.2%-
XYZ34.2941.320.07-
YUV166.6194.36126.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 107 (42.19% from 255) = 23.73%
R=36.59%
G=39.69%
B=23.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651791070.0800.400.3071.6732.1456.08
HexA5B36B80281E482038
Octal24526315310050361104070
Binary1010010110110011110101110000101000111101001000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B36B; }

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

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

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

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

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

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

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

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