#AEB31A

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

Shades of Bahia #AEB31A

Tints of Bahia #AEB31A

Color information

#AEB31A (or 0xAEB31A) is unknown color: approx Bahia. HEX triplet: AE, B3 and 1A. RGB value is (174,179,26). Sum of RGB (Red+Green+Blue) = 174+179+26=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB31A is #514CE5. Grayscale: #A0A0A0. Windows color (decimal): -5328102 or 1749934. OLE color: 1749934.

HSL color Cylindrical-coordinate representation of color #AEB31A: hue angle of 61.96º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEB31A is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB17417926-
CMYK0.0300.850.30
HSL61.96º74.63%40.2%-
HSV(B)61.96º85.47%70.2%-
XYZ33.7641.317.17-
YUV160.0652.34137.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 179 (70.31% from 255) = 47.23%
BLUE value IS 26 (10.55% from 255) = 6.86%
R=45.91%
G=47.23%
B=6.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174179260.0300.850.3061.9674.6340.2
HexAEB31A30551E3e4b28
Octal2562633230125367611350
Binary1010111010110011110101101010101111101111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB31A; }

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

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

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

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

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

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

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

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