#A5B32D

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

Shades of Bahia #A5B32D

Tints of Bahia #A5B32D

Color information

#A5B32D (or 0xA5B32D) is unknown color: approx Bahia. HEX triplet: A5, B3 and 2D. RGB value is (165,179,45). Sum of RGB (Red+Green+Blue) = 165+179+45=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B32D is #5A4CD2. Grayscale: #A0A0A0. Windows color (decimal): -5917907 or 2995109. OLE color: 2995109.

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

Color convert

RGB16517945-
CMYK0.0800.750.30
HSL66.27º59.82%43.92%-
HSV(B)66.27º74.86%70.2%-
XYZ32.1140.438.59-
YUV159.5463.36131.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 179 (70.31% from 255) = 46.02%
BLUE value IS 45 (17.97% from 255) = 11.57%
R=42.42%
G=46.02%
B=11.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165179450.0800.750.3066.2759.8243.92
HexA5B32D804B1E423c2c
Octal24526355100113361027454
Binary1010010110110011101101100001001011111101000010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B32D; }

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

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

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

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

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

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

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

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