#A9B432

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

Shades of Bahia #A9B432

Tints of Bahia #A9B432

Color information

#A9B432 (or 0xA9B432) is unknown color: approx Bahia. HEX triplet: A9, B4 and 32. RGB value is (169,180,50). Sum of RGB (Red+Green+Blue) = 169+180+50=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B432 is #564BCD. Grayscale: #A2A2A2. Windows color (decimal): -5655502 or 3323049. OLE color: 3323049.

HSL color Cylindrical-coordinate representation of color #A9B432: hue angle of 65.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9B432 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB16918050-
CMYK0.0600.720.29
HSL65.08º56.52%45.1%-
HSV(B)65.08º72.22%70.59%-
XYZ33.2641.319.24-
YUV161.8964.86133.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 50 (19.92% from 255) = 12.53%
R=42.36%
G=45.11%
B=12.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180500.0600.720.2965.0856.5245.1
HexA9B43260481D41392d
Octal2512646260110351017155
Binary101010011011010011001011001001000111011000001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B432; }

 p { color: rgb(169,180,50); }

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

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

 a { background-color: rgb(169,180,50); }

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

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

 span { border-color: rgb(169,180,50); }

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