#A9B435

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

Shades of Bahia #A9B435

Tints of Bahia #A9B435

Color information

#A9B435 (or 0xA9B435) is unknown color: approx Bahia. HEX triplet: A9, B4 and 35. RGB value is (169,180,53). Sum of RGB (Red+Green+Blue) = 169+180+53=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B435 is #564BCA. Grayscale: #A2A2A2. Windows color (decimal): -5655499 or 3519657. OLE color: 3519657.

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

Color convert

RGB16918053-
CMYK0.0600.710.29
HSL65.2º54.51%45.69%-
HSV(B)65.2º70.56%70.59%-
XYZ33.3341.339.59-
YUV162.2366.36132.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 53 (21.09% from 255) = 13.18%
R=42.04%
G=44.78%
B=13.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180530.0600.710.2965.254.5145.69
HexA9B43560471D41372e
Octal2512646560107351016756
Binary101010011011010011010111001000111111011000001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B435; }

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

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

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

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

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

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

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

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