#A9B31A

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

Shades of Bahia #A9B31A

Tints of Bahia #A9B31A

Color information

#A9B31A (or 0xA9B31A) is unknown color: approx Bahia. HEX triplet: A9, B3 and 1A. RGB value is (169,179,26). Sum of RGB (Red+Green+Blue) = 169+179+26=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B31A is #564CE5. Grayscale: #9F9F9F. Windows color (decimal): -5655782 or 1749929. OLE color: 1749929.

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

Color convert

RGB16917926-
CMYK0.0600.850.30
HSL63.92º74.63%40.2%-
HSV(B)63.92º85.47%70.2%-
XYZ32.6740.757.12-
YUV158.5753.19135.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 179 (70.31% from 255) = 47.86%
BLUE value IS 26 (10.55% from 255) = 6.95%
R=45.19%
G=47.86%
B=6.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169179260.0600.850.3063.9274.6340.2
HexA9B31A60551E404b28
Octal25126332601253610011350
Binary101010011011001111010110010101011111010000001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B31A; }

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

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

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

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

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

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

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

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