#A9B332

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

Shades of Bahia #A9B332

Tints of Bahia #A9B332

Color information

#A9B332 (or 0xA9B332) is unknown color: approx Bahia. HEX triplet: A9, B3 and 32. RGB value is (169,179,50). Sum of RGB (Red+Green+Blue) = 169+179+50=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B332 is #564CCD. Grayscale: #A1A1A1. Windows color (decimal): -5655758 or 3322793. OLE color: 3322793.

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

Color convert

RGB16917950-
CMYK0.0600.720.30
HSL64.65º56.33%44.9%-
HSV(B)64.65º72.07%70.2%-
XYZ33.0640.919.17-
YUV161.365.19133.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 179 (70.31% from 255) = 44.97%
BLUE value IS 50 (19.92% from 255) = 12.56%
R=42.46%
G=44.97%
B=12.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169179500.0600.720.3064.6556.3344.9
HexA9B33260481E41382d
Octal2512636260110361017055
Binary101010011011001111001011001001000111101000001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B332; }

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

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

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

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

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

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

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

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