#A5B85A

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

Shades of Green Smoke #A5B85A

Tints of Green Smoke #A5B85A

Color information

#A5B85A (or 0xA5B85A) is unknown color: approx Green Smoke. HEX triplet: A5, B8 and 5A. RGB value is (165,184,90). Sum of RGB (Red+Green+Blue) = 165+184+90=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B85A is #5A47A5. Grayscale: #A7A7A7. Windows color (decimal): -5916582 or 5945509. OLE color: 5945509.

HSL color Cylindrical-coordinate representation of color #A5B85A: hue angle of 72.13º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5B85A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB16518490-
CMYK0.1000.510.28
HSL72.13º39.83%53.73%-
HSV(B)72.13º51.09%72.16%-
XYZ34.543.0216.16-
YUV167.684.21126.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 184 (72.27% from 255) = 41.91%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=37.59%
G=41.91%
B=20.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165184900.1000.510.2872.1339.8353.73
HexA5B85AA0331C482836
Octal24527013212063341105066
Binary1010010110111000101101010100110011111001001000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B85A; }

 p { color: rgb(165,184,90); }

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

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

 a { background-color: rgb(165,184,90); }

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

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

 span { border-color: rgb(165,184,90); }

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