#AAB11B

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

Shades of Bahia #AAB11B

Tints of Bahia #AAB11B

Color information

#AAB11B (or 0xAAB11B) is unknown color: approx Bahia. HEX triplet: AA, B1 and 1B. RGB value is (170,177,27). Sum of RGB (Red+Green+Blue) = 170+177+27=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB11B is #554EE4. Grayscale: #9E9E9E. Windows color (decimal): -5590757 or 1814954. OLE color: 1814954.

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

Color convert

RGB17017727-
CMYK0.0400.850.31
HSL62.8º73.53%40%-
HSV(B)62.8º84.75%69.41%-
XYZ32.540.077.06-
YUV157.8154.18136.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 27 (10.94% from 255) = 7.22%
R=45.45%
G=47.33%
B=7.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177270.0400.850.3162.873.5340
HexAAB11B40551F3f4a28
Octal2522613340125377711250
Binary10101010101100011101110001010101111111111111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB11B; }

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

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

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

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

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

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

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

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