#A5B26A

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

Shades of Green Smoke #A5B26A

Tints of Green Smoke #A5B26A

Color information

#A5B26A (or 0xA5B26A) is unknown color: approx Green Smoke. HEX triplet: A5, B2 and 6A. RGB value is (165,178,106). Sum of RGB (Red+Green+Blue) = 165+178+106=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B26A is #5A4D95. Grayscale: #A6A6A6. Windows color (decimal): -5918102 or 6992549. OLE color: 6992549.

HSL color Cylindrical-coordinate representation of color #A5B26A: hue angle of 70.83º 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 #A5B26A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB165178106-
CMYK0.0700.400.30
HSL70.83º31.86%55.69%-
HSV(B)70.83º40.45%69.8%-
XYZ34.0440.8819.73-
YUV165.994.19127.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.75%
GREEN value IS 178 (69.92% from 255) = 39.64%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=36.75%
G=39.64%
B=23.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651781060.0700.400.3070.8331.8655.69
HexA5B26A70281E472038
Octal2452621527050361074070
Binary101001011011001011010101110101000111101000111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B26A; }

 p { color: rgb(165,178,106); }

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

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

 a { background-color: rgb(165,178,106); }

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

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

 span { border-color: rgb(165,178,106); }

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