#AAB42C

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

Shades of Bahia #AAB42C

Tints of Bahia #AAB42C

Color information

#AAB42C (or 0xAAB42C) is unknown color: approx Bahia. HEX triplet: AA, B4 and 2C. RGB value is (170,180,44). Sum of RGB (Red+Green+Blue) = 170+180+44=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB42C is #554BD3. Grayscale: #A2A2A2. Windows color (decimal): -5589972 or 2929834. OLE color: 2929834.

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

Color convert

RGB17018044-
CMYK0.0600.760.29
HSL64.41º60.71%43.92%-
HSV(B)64.41º75.56%70.59%-
XYZ33.3541.378.61-
YUV161.5161.69134.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 44 (17.58% from 255) = 11.17%
R=43.15%
G=45.69%
B=11.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170180440.0600.760.2964.4160.7143.92
HexAAB42C604C1D403d2c
Octal2522645460114351007554
Binary101010101011010010110011001001100111011000000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB42C; }

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

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

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

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

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

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

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

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