#AAB11E

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

Shades of Bahia #AAB11E

Tints of Bahia #AAB11E

Color information

#AAB11E (or 0xAAB11E) is unknown color: approx Bahia. HEX triplet: AA, B1 and 1E. RGB value is (170,177,30). Sum of RGB (Red+Green+Blue) = 170+177+30=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB11E is #554EE1. Grayscale: #9E9E9E. Windows color (decimal): -5590754 or 2011562. OLE color: 2011562.

HSL color Cylindrical-coordinate representation of color #AAB11E: hue angle of 62.86º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAB11E is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB17017730-
CMYK0.0400.830.31
HSL62.86º71.01%40.59%-
HSV(B)62.86º83.05%69.41%-
XYZ32.5340.087.25-
YUV158.1555.68136.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 30 (12.11% from 255) = 7.96%
R=45.09%
G=46.95%
B=7.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177300.0400.830.3162.8671.0140.59
HexAAB11E40531F3f4729
Octal2522613640123377710751
Binary10101010101100011111010001010011111111111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB11E; }

 p { color: rgb(170,177,30); }

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

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

 a { background-color: rgb(170,177,30); }

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

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

 span { border-color: rgb(170,177,30); }

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