#A5B65B

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

Shades of Green Smoke #A5B65B

Tints of Green Smoke #A5B65B

Color information

#A5B65B (or 0xA5B65B) is unknown color: approx Green Smoke. HEX triplet: A5, B6 and 5B. RGB value is (165,182,91). Sum of RGB (Red+Green+Blue) = 165+182+91=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B65B is #5A49A4. Grayscale: #A6A6A6. Windows color (decimal): -5917093 or 6010533. OLE color: 6010533.

HSL color Cylindrical-coordinate representation of color #A5B65B: hue angle of 71.21º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5B65B is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB16518291-
CMYK0.0900.50.29
HSL71.21º38.4%53.53%-
HSV(B)71.21º50%71.37%-
XYZ34.1342.2116.25-
YUV166.5485.37126.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 91 (35.94% from 255) = 20.78%
R=37.67%
G=41.55%
B=20.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165182910.0900.50.2971.2138.453.53
HexA5B65B90321D472636
Octal24526613311062351074666
Binary1010010110110110101101110010110010111011000111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B65B; }

 p { color: rgb(165,182,91); }

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

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

 a { background-color: rgb(165,182,91); }

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

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

 span { border-color: rgb(165,182,91); }

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