#A5B25F

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

Shades of Green Smoke #A5B25F

Tints of Green Smoke #A5B25F

Color information

#A5B25F (or 0xA5B25F) is unknown color: approx Green Smoke. HEX triplet: A5, B2 and 5F. RGB value is (165,178,95). Sum of RGB (Red+Green+Blue) = 165+178+95=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B25F is #5A4DA0. Grayscale: #A4A4A4. Windows color (decimal): -5918113 or 6271653. OLE color: 6271653.

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

Color convert

RGB16517895-
CMYK0.0700.470.30
HSL69.4º35.02%53.53%-
HSV(B)69.4º46.63%69.8%-
XYZ33.540.6716.91-
YUV164.6588.69128.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 178 (69.92% from 255) = 40.64%
BLUE value IS 95 (37.5% from 255) = 21.69%
R=37.67%
G=40.64%
B=21.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165178950.0700.470.3069.435.0253.53
HexA5B25F702F1E452336
Octal2452621377057361054366
Binary101001011011001010111111110101111111101000101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B25F; }

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

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

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

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

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

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

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

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