#A4B326

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

Shades of Bahia #A4B326

Tints of Bahia #A4B326

Color information

#A4B326 (or 0xA4B326) is unknown color: approx Bahia. HEX triplet: A4, B3 and 26. RGB value is (164,179,38). Sum of RGB (Red+Green+Blue) = 164+179+38=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B326 is #5B4CD9. Grayscale: #9E9E9E. Windows color (decimal): -5983450 or 2536356. OLE color: 2536356.

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

Color convert

RGB16417938-
CMYK0.0800.790.30
HSL66.38º64.98%42.55%-
HSV(B)66.38º78.77%70.2%-
XYZ31.7840.277.93-
YUV158.4460.03131.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 179 (70.31% from 255) = 46.98%
BLUE value IS 38 (15.23% from 255) = 9.97%
R=43.04%
G=46.98%
B=9.97%

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
Decimal164179380.0800.790.3066.3864.9842.55
HexA4B326804F1E42412b
Octal244263461001173610210153
Binary10100100101100111001101000010011111111010000101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B326; }

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

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

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

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

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

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

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

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