#AEB41E

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

Shades of Bahia #AEB41E

Tints of Bahia #AEB41E

Color information

#AEB41E (or 0xAEB41E) is unknown color: approx Bahia. HEX triplet: AE, B4 and 1E. RGB value is (174,180,30). Sum of RGB (Red+Green+Blue) = 174+180+30=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB41E is #514BE1. Grayscale: #A1A1A1. Windows color (decimal): -5327842 or 2012334. OLE color: 2012334.

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

Color convert

RGB17418030-
CMYK0.0300.830.29
HSL62.4º71.43%41.18%-
HSV(B)62.4º83.33%70.59%-
XYZ34.0141.737.49-
YUV161.1154.01137.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 30 (12.11% from 255) = 7.81%
R=45.31%
G=46.88%
B=7.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180300.0300.830.2962.471.4341.18
HexAEB41E30531D3e4729
Octal2562643630123357610751
Binary1010111010110100111101101010011111011111101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB41E; }

 p { color: rgb(174,180,30); }

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

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

 a { background-color: rgb(174,180,30); }

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

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

 span { border-color: rgb(174,180,30); }

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