#A9B324

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

Shades of Bahia #A9B324

Tints of Bahia #A9B324

Color information

#A9B324 (or 0xA9B324) is unknown color: approx Bahia. HEX triplet: A9, B3 and 24. RGB value is (169,179,36). Sum of RGB (Red+Green+Blue) = 169+179+36=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B324 is #564CDB. Grayscale: #A0A0A0. Windows color (decimal): -5655772 or 2405289. OLE color: 2405289.

HSL color Cylindrical-coordinate representation of color #A9B324: hue angle of 64.2º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9B324 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB16917936-
CMYK0.0600.800.30
HSL64.2º66.51%42.16%-
HSV(B)64.2º79.89%70.2%-
XYZ32.840.87.82-
YUV159.7158.19134.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 179 (70.31% from 255) = 46.61%
BLUE value IS 36 (14.45% from 255) = 9.38%
R=44.01%
G=46.61%
B=9.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169179360.0600.800.3064.266.5142.16
HexA9B32460501E40432a
Octal25126344601203610010352
Binary1010100110110011100100110010100001111010000001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B324; }

 p { color: rgb(169,179,36); }

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

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

 a { background-color: rgb(169,179,36); }

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

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

 span { border-color: rgb(169,179,36); }

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