#A4B525

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

Shades of Bahia #A4B525

Tints of Bahia #A4B525

Color information

#A4B525 (or 0xA4B525) is unknown color: approx Bahia. HEX triplet: A4, B5 and 25. RGB value is (164,181,37). Sum of RGB (Red+Green+Blue) = 164+181+37=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B525 is #5B4ADA. Grayscale: #A0A0A0. Windows color (decimal): -5982939 or 2471332. OLE color: 2471332.

HSL color Cylindrical-coordinate representation of color #A4B525: hue angle of 67.08º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4B525 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB16418137-
CMYK0.0900.800.29
HSL67.08º66.06%42.75%-
HSV(B)67.08º79.56%70.98%-
XYZ32.1741.077.98-
YUV159.558.87131.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 181 (71.09% from 255) = 47.38%
BLUE value IS 37 (14.84% from 255) = 9.69%
R=42.93%
G=47.38%
B=9.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164181370.0900.800.2967.0866.0642.75
HexA4B52590501D43422b
Octal244265451101203510310253
Binary10100100101101011001011001010100001110110000111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B525; }

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

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

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

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

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

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

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

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