#A5B15B

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

Shades of Green Smoke #A5B15B

Tints of Green Smoke #A5B15B

Color information

#A5B15B (or 0xA5B15B) is unknown color: approx Green Smoke. HEX triplet: A5, B1 and 5B. RGB value is (165,177,91). Sum of RGB (Red+Green+Blue) = 165+177+91=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B15B is #5A4EA4. Grayscale: #A3A3A3. Windows color (decimal): -5918373 or 6009253. OLE color: 6009253.

HSL color Cylindrical-coordinate representation of color #A5B15B: hue angle of 68.37º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5B15B is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB16517791-
CMYK0.0700.490.31
HSL68.37º35.54%52.55%-
HSV(B)68.37º48.59%69.41%-
XYZ33.1340.215.91-
YUV163.6187.02128.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 177 (69.53% from 255) = 40.88%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=38.11%
G=40.88%
B=21.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165177910.0700.490.3168.3735.5452.55
HexA5B15B70311F442435
Octal2452611337061371044465
Binary101001011011000110110111110110001111111000100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B15B; }

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

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

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

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

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

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

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

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