#A4B52A

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

Shades of Bahia #A4B52A

Tints of Bahia #A4B52A

Color information

#A4B52A (or 0xA4B52A) is unknown color: approx Bahia. HEX triplet: A4, B5 and 2A. RGB value is (164,181,42). Sum of RGB (Red+Green+Blue) = 164+181+42=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B52A is #5B4AD5. Grayscale: #A0A0A0. Windows color (decimal): -5982934 or 2799012. OLE color: 2799012.

HSL color Cylindrical-coordinate representation of color #A4B52A: hue angle of 67.34º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4B52A is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB16418142-
CMYK0.0900.770.29
HSL67.34º62.33%43.73%-
HSV(B)67.34º76.8%70.98%-
XYZ32.2541.118.43-
YUV160.0761.37130.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 181 (71.09% from 255) = 46.77%
BLUE value IS 42 (16.80% from 255) = 10.85%
R=42.38%
G=46.77%
B=10.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164181420.0900.770.2967.3462.3343.73
HexA4B52A904D1D433e2c
Octal24426552110115351037654
Binary1010010010110101101010100101001101111011000011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B52A; }

 p { color: rgb(164,181,42); }

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

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

 a { background-color: rgb(164,181,42); }

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

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

 span { border-color: rgb(164,181,42); }

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