#a5b357

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

Shades of Green Smoke #A5B357

Tints of Green Smoke #A5B357

Color information

#A5B357 (or 0xA5B357) is unknown color: approx Green Smoke. HEX triplet: A5, B3 and 57. RGB value is (165,179,87). Sum of RGB (Red+Green+Blue) = 165+179+87=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B357 is #5A4CA8. Grayscale: #A4A4A4. Windows color (decimal): -5917865 or 5747621. OLE color: 5747621.

HSL color Cylindrical-coordinate representation of color #A5B357: hue angle of 69.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5B357 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB16517987-
CMYK0.0800.510.30
HSL69.13º37.7%52.16%-
HSV(B)69.13º51.4%70.2%-
XYZ33.3640.9315.16-
YUV164.3384.36128.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 179 (70.31% from 255) = 41.53%
BLUE value IS 87 (34.38% from 255) = 20.19%
R=38.28%
G=41.53%
B=20.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165179870.0800.510.3069.1337.752.16
HexA5B35780331E452634
Octal24526312710063361054664
Binary1010010110110011101011110000110011111101000101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5b357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5b357; }

 p { color: rgb(165,179,87); }

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

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

 a { background-color: rgb(165,179,87); }

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

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

 span { border-color: rgb(165,179,87); }

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