#AEB832

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

Shades of Bahia #AEB832

Tints of Bahia #AEB832

Color information

#AEB832 (or 0xAEB832) is unknown color: approx Bahia. HEX triplet: AE, B8 and 32. RGB value is (174,184,50). Sum of RGB (Red+Green+Blue) = 174+184+50=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB832 is #5147CD. Grayscale: #A6A6A6. Windows color (decimal): -5326798 or 3324078. OLE color: 3324078.

HSL color Cylindrical-coordinate representation of color #AEB832: hue angle of 64.48º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEB832 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB17418450-
CMYK0.0500.730.28
HSL64.48º57.26%45.88%-
HSV(B)64.48º72.83%72.16%-
XYZ35.1743.519.56-
YUV165.7362.69133.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 184 (72.27% from 255) = 45.10%
BLUE value IS 50 (19.92% from 255) = 12.25%
R=42.65%
G=45.10%
B=12.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174184500.0500.730.2864.4857.2645.88
HexAEB83250491C40392e
Octal2562706250111341007156
Binary101011101011100011001010101001001111001000000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB832; }

 p { color: rgb(174,184,50); }

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

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

 a { background-color: rgb(174,184,50); }

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

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

 span { border-color: rgb(174,184,50); }

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