#A9B433

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

Shades of Bahia #A9B433

Tints of Bahia #A9B433

Color information

#A9B433 (or 0xA9B433) is unknown color: approx Bahia. HEX triplet: A9, B4 and 33. RGB value is (169,180,51). Sum of RGB (Red+Green+Blue) = 169+180+51=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B433 is #564BCC. Grayscale: #A2A2A2. Windows color (decimal): -5655501 or 3388585. OLE color: 3388585.

HSL color Cylindrical-coordinate representation of color #A9B433: hue angle of 65.12º degrees, saturation: 0.56, 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 #A9B433 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB16918051-
CMYK0.0600.720.29
HSL65.12º55.84%45.29%-
HSV(B)65.12º71.67%70.59%-
XYZ33.2841.329.35-
YUV16265.36132.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 51 (20.31% from 255) = 12.75%
R=42.25%
G=45%
B=12.75%

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
Decimal169180510.0600.720.2965.1255.8445.29
HexA9B43360481D41382d
Octal2512646360110351017055
Binary101010011011010011001111001001000111011000001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B433; }

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

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

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

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

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

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

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

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