#A9B132

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

Shades of Bahia #A9B132

Tints of Bahia #A9B132

Color information

#A9B132 (or 0xA9B132) is unknown color: approx Bahia. HEX triplet: A9, B1 and 32. RGB value is (169,177,50). Sum of RGB (Red+Green+Blue) = 169+177+50=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B132 is #564ECD. Grayscale: #A0A0A0. Windows color (decimal): -5656270 or 3322281. OLE color: 3322281.

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

Color convert

RGB16917750-
CMYK0.0500.720.31
HSL63.78º55.95%44.51%-
HSV(B)63.78º71.75%69.41%-
XYZ32.6640.119.04-
YUV160.1365.85134.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 177 (69.53% from 255) = 44.70%
BLUE value IS 50 (19.92% from 255) = 12.63%
R=42.68%
G=44.70%
B=12.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169177500.0500.720.3163.7855.9544.51
HexA9B13250481F40382d
Octal2512616250110371007055
Binary101010011011000111001010101001000111111000000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B132; }

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

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

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

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

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

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

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

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