#A9B426

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

Shades of Bahia #A9B426

Tints of Bahia #A9B426

Color information

#A9B426 (or 0xA9B426) is unknown color: approx Bahia. HEX triplet: A9, B4 and 26. RGB value is (169,180,38). Sum of RGB (Red+Green+Blue) = 169+180+38=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B426 is #564BD9. Grayscale: #A1A1A1. Windows color (decimal): -5655514 or 2536617. OLE color: 2536617.

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

Color convert

RGB16918038-
CMYK0.0600.790.29
HSL64.65º65.14%42.75%-
HSV(B)64.65º78.89%70.59%-
XYZ33.0341.228.05-
YUV160.5258.86134.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 38 (15.23% from 255) = 9.82%
R=43.67%
G=46.51%
B=9.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180380.0600.790.2964.6565.1442.75
HexA9B426604F1D41412b
Octal25126446601173510110153
Binary1010100110110100100110110010011111110110000011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B426; }

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

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

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

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

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

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

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

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