#a5b259

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

Shades of Green Smoke #A5B259

Tints of Green Smoke #A5B259

Color information

#A5B259 (or 0xA5B259) is unknown color: approx Green Smoke. HEX triplet: A5, B2 and 59. RGB value is (165,178,89). Sum of RGB (Red+Green+Blue) = 165+178+89=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B259 is #5A4DA6. Grayscale: #A4A4A4. Windows color (decimal): -5918119 or 5878437. OLE color: 5878437.

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

Color convert

RGB16517889-
CMYK0.0700.50.30
HSL68.76º36.63%52.35%-
HSV(B)68.76º50%69.8%-
XYZ33.2440.5615.53-
YUV163.9785.69128.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 89 (35.16% from 255) = 20.60%
R=38.19%
G=41.20%
B=20.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165178890.0700.50.3068.7636.6352.35
HexA5B25970321E452534
Octal2452621317062361054564
Binary101001011011001010110011110110010111101000101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5b259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5b259; }

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

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

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

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

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

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

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

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