#A9B428

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

Shades of Bahia #A9B428

Tints of Bahia #A9B428

Color information

#A9B428 (or 0xA9B428) is unknown color: approx Bahia. HEX triplet: A9, B4 and 28. RGB value is (169,180,40). Sum of RGB (Red+Green+Blue) = 169+180+40=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B428 is #564BD7. Grayscale: #A1A1A1. Windows color (decimal): -5655512 or 2667689. OLE color: 2667689.

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

Color convert

RGB16918040-
CMYK0.0600.780.29
HSL64.71º63.64%43.14%-
HSV(B)64.71º77.78%70.59%-
XYZ33.0741.238.22-
YUV160.7559.86133.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 40 (16.02% from 255) = 10.28%
R=43.44%
G=46.27%
B=10.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180400.0600.780.2964.7163.6443.14
HexA9B428604E1D41402b
Octal25126450601163510110053
Binary1010100110110100101000110010011101110110000011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B428; }

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

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

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

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

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

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

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

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