#A4B325

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

Shades of Bahia #A4B325

Tints of Bahia #A4B325

Color information

#A4B325 (or 0xA4B325) is unknown color: approx Bahia. HEX triplet: A4, B3 and 25. RGB value is (164,179,37). Sum of RGB (Red+Green+Blue) = 164+179+37=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B325 is #5B4CDA. Grayscale: #9E9E9E. Windows color (decimal): -5983451 or 2470820. OLE color: 2470820.

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

Color convert

RGB16417937-
CMYK0.0800.790.30
HSL66.34º65.74%42.35%-
HSV(B)66.34º79.33%70.2%-
XYZ31.7640.277.85-
YUV158.3359.53132.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 179 (70.31% from 255) = 47.11%
BLUE value IS 37 (14.84% from 255) = 9.74%
R=43.16%
G=47.11%
B=9.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal164179370.0800.790.3066.3465.7442.35
HexA4B325804F1E42422a
Octal244263451001173610210252
Binary10100100101100111001011000010011111111010000101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B325; }

 p { color: rgb(164,179,37); }

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

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

 a { background-color: rgb(164,179,37); }

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

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

 span { border-color: rgb(164,179,37); }

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