#AAB42A

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

Shades of Bahia #AAB42A

Tints of Bahia #AAB42A

Color information

#AAB42A (or 0xAAB42A) is unknown color: approx Bahia. HEX triplet: AA, B4 and 2A. RGB value is (170,180,42). Sum of RGB (Red+Green+Blue) = 170+180+42=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB42A is #554BD5. Grayscale: #A1A1A1. Windows color (decimal): -5589974 or 2798762. OLE color: 2798762.

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

Color convert

RGB17018042-
CMYK0.0600.770.29
HSL64.35º62.16%43.53%-
HSV(B)64.35º76.67%70.59%-
XYZ33.3241.368.42-
YUV161.2860.69134.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 42 (16.80% from 255) = 10.71%
R=43.37%
G=45.92%
B=10.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170180420.0600.770.2964.3562.1643.53
HexAAB42A604D1D403e2c
Octal2522645260115351007654
Binary101010101011010010101011001001101111011000000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB42A; }

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

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

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

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

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

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

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

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