#A5B265

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

Shades of Green Smoke #A5B265

Tints of Green Smoke #A5B265

Color information

#A5B265 (or 0xA5B265) is unknown color: approx Green Smoke. HEX triplet: A5, B2 and 65. RGB value is (165,178,101). Sum of RGB (Red+Green+Blue) = 165+178+101=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B265 is #5A4D9A. Grayscale: #A5A5A5. Windows color (decimal): -5918107 or 6664869. OLE color: 6664869.

HSL color Cylindrical-coordinate representation of color #A5B265: hue angle of 70.13º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5B265 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB165178101-
CMYK0.0700.430.30
HSL70.13º33.33%54.71%-
HSV(B)70.13º43.26%69.8%-
XYZ33.7940.7818.4-
YUV165.3491.69127.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=37.16%
G=40.09%
B=22.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651781010.0700.430.3070.1333.3354.71
HexA5B265702B1E462137
Octal2452621457053361064167
Binary101001011011001011001011110101011111101000110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B265; }

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

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

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

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

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

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

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

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