#AAB42D

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

Shades of Bahia #AAB42D

Tints of Bahia #AAB42D

Color information

#AAB42D (or 0xAAB42D) is unknown color: approx Bahia. HEX triplet: AA, B4 and 2D. RGB value is (170,180,45). Sum of RGB (Red+Green+Blue) = 170+180+45=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB42D is #554BD2. Grayscale: #A2A2A2. Windows color (decimal): -5589971 or 2995370. OLE color: 2995370.

HSL color Cylindrical-coordinate representation of color #AAB42D: hue angle of 64.44º 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 #AAB42D is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB17018045-
CMYK0.0600.750.29
HSL64.44º60%44.12%-
HSV(B)64.44º75%70.59%-
XYZ33.3741.388.71-
YUV161.6262.19133.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 180 (70.70% from 255) = 45.57%
BLUE value IS 45 (17.97% from 255) = 11.39%
R=43.04%
G=45.57%
B=11.39%

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
Decimal170180450.0600.750.2964.446044.12
HexAAB42D604B1D403c2c
Octal2522645560113351007454
Binary101010101011010010110111001001011111011000000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB42D; }

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

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

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

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

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

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

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

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