#A9B42D

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

Shades of Bahia #A9B42D

Tints of Bahia #A9B42D

Color information

#A9B42D (or 0xA9B42D) is unknown color: approx Bahia. HEX triplet: A9, B4 and 2D. RGB value is (169,180,45). Sum of RGB (Red+Green+Blue) = 169+180+45=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B42D is #564BD2. Grayscale: #A1A1A1. Windows color (decimal): -5655507 or 2995369. OLE color: 2995369.

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

Color convert

RGB16918045-
CMYK0.0600.750.29
HSL64.89º60%44.12%-
HSV(B)64.89º75%70.59%-
XYZ33.1641.278.7-
YUV161.3262.36133.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 45 (17.97% from 255) = 11.42%
R=42.89%
G=45.69%
B=11.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180450.0600.750.2964.896044.12
HexA9B42D604B1D413c2c
Octal2512645560113351017454
Binary101010011011010010110111001001011111011000001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B42D; }

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

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

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

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

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

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

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

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