#AEB11A

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

Shades of Bahia #AEB11A

Tints of Bahia #AEB11A

Color information

#AEB11A (or 0xAEB11A) is unknown color: approx Bahia. HEX triplet: AE, B1 and 1A. RGB value is (174,177,26). Sum of RGB (Red+Green+Blue) = 174+177+26=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB11A is #514EE5. Grayscale: #9F9F9F. Windows color (decimal): -5328614 or 1749422. OLE color: 1749422.

HSL color Cylindrical-coordinate representation of color #AEB11A: hue angle of 61.19º 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 #AEB11A is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17417726-
CMYK0.0200.850.31
HSL61.19º74.38%39.8%-
HSV(B)61.19º85.31%69.41%-
XYZ33.3640.527.04-
YUV158.8953.01138.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 26 (10.55% from 255) = 6.90%
R=46.15%
G=46.95%
B=6.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174177260.0200.850.3161.1974.3839.8
HexAEB11A20551F3d4a28
Octal2562613220125377511250
Binary1010111010110001110101001010101111111111011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB11A; }

 p { color: rgb(174,177,26); }

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

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

 a { background-color: rgb(174,177,26); }

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

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

 span { border-color: rgb(174,177,26); }

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