#A9B535

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

Shades of Bahia #A9B535

Tints of Bahia #A9B535

Color information

#A9B535 (or 0xA9B535) is unknown color: approx Bahia. HEX triplet: A9, B5 and 35. RGB value is (169,181,53). Sum of RGB (Red+Green+Blue) = 169+181+53=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B535 is #564ACA. Grayscale: #A3A3A3. Windows color (decimal): -5655243 or 3519913. OLE color: 3519913.

HSL color Cylindrical-coordinate representation of color #A9B535: hue angle of 65.62º 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 #A9B535 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB16918153-
CMYK0.0700.710.29
HSL65.62º54.7%45.88%-
HSV(B)65.62º70.72%70.98%-
XYZ33.5341.749.66-
YUV162.8266.02132.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 181 (71.09% from 255) = 44.91%
BLUE value IS 53 (21.09% from 255) = 13.15%
R=41.94%
G=44.91%
B=13.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169181530.0700.710.2965.6254.745.88
HexA9B53570471D42372e
Octal2512656570107351026756
Binary101010011011010111010111101000111111011000010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B535; }

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

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

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

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

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

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

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

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