#AEB421

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

Shades of Bahia #AEB421

Tints of Bahia #AEB421

Color information

#AEB421 (or 0xAEB421) is unknown color: approx Bahia. HEX triplet: AE, B4 and 21. RGB value is (174,180,33). Sum of RGB (Red+Green+Blue) = 174+180+33=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB421 is #514BDE. Grayscale: #A2A2A2. Windows color (decimal): -5327839 or 2208942. OLE color: 2208942.

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

Color convert

RGB17418033-
CMYK0.0300.820.29
HSL62.45º69.01%41.76%-
HSV(B)62.45º81.67%70.59%-
XYZ34.0541.757.7-
YUV161.4555.51136.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 33 (13.28% from 255) = 8.53%
R=44.96%
G=46.51%
B=8.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180330.0300.820.2962.4569.0141.76
HexAEB42130521D3e452a
Octal2562644130122357610552
Binary10101110101101001000011101010010111011111101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB421; }

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

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

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

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

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

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

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

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