#AEB41F

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

Shades of Bahia #AEB41F

Tints of Bahia #AEB41F

Color information

#AEB41F (or 0xAEB41F) is unknown color: approx Bahia. HEX triplet: AE, B4 and 1F. RGB value is (174,180,31). Sum of RGB (Red+Green+Blue) = 174+180+31=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB41F is #514BE0. Grayscale: #A1A1A1. Windows color (decimal): -5327841 or 2077870. OLE color: 2077870.

HSL color Cylindrical-coordinate representation of color #AEB41F: hue angle of 62.42º 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 #AEB41F is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB17418031-
CMYK0.0300.830.29
HSL62.42º70.62%41.37%-
HSV(B)62.42º82.78%70.59%-
XYZ34.0241.747.56-
YUV161.2254.51137.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 180 (70.70% from 255) = 46.75%
BLUE value IS 31 (12.5% from 255) = 8.05%
R=45.19%
G=46.75%
B=8.05%

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
Decimal174180310.0300.830.2962.4270.6241.37
HexAEB41F30531D3e4729
Octal2562643730123357610751
Binary1010111010110100111111101010011111011111101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB41F; }

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

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

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

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

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

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

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

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