#AEB32A

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

Shades of Bahia #AEB32A

Tints of Bahia #AEB32A

Color information

#AEB32A (or 0xAEB32A) is unknown color: approx Bahia. HEX triplet: AE, B3 and 2A. RGB value is (174,179,42). Sum of RGB (Red+Green+Blue) = 174+179+42=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB32A is #514CD5. Grayscale: #A2A2A2. Windows color (decimal): -5328086 or 2798510. OLE color: 2798510.

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

Color convert

RGB17417942-
CMYK0.0300.770.30
HSL62.19º61.99%43.33%-
HSV(B)62.19º76.54%70.2%-
XYZ33.9941.418.39-
YUV161.8960.34136.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 42 (16.80% from 255) = 10.63%
R=44.05%
G=45.32%
B=10.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174179420.0300.770.3062.1961.9943.33
HexAEB32A304D1E3e3e2b
Octal256263523011536767653
Binary1010111010110011101010110100110111110111110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB32A; }

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

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

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

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

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

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

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

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