#A9B41A

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

Shades of Bahia #A9B41A

Tints of Bahia #A9B41A

Color information

#A9B41A (or 0xA9B41A) is unknown color: approx Bahia. HEX triplet: A9, B4 and 1A. RGB value is (169,180,26). Sum of RGB (Red+Green+Blue) = 169+180+26=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B41A is #564BE5. Grayscale: #9F9F9F. Windows color (decimal): -5655526 or 1750185. OLE color: 1750185.

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

Color convert

RGB16918026-
CMYK0.0600.860.29
HSL64.29º74.76%40.39%-
HSV(B)64.29º85.56%70.59%-
XYZ32.8741.157.19-
YUV159.1652.86135.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 180 (70.70% from 255) = 48%
BLUE value IS 26 (10.55% from 255) = 6.93%
R=45.07%
G=48%
B=6.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180260.0600.860.2964.2974.7640.39
HexA9B41A60561D404b28
Octal25126432601263510011350
Binary101010011011010011010110010101101110110000001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B41A; }

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

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

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

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

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

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

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

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