#AEB525

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

Shades of Bahia #AEB525

Tints of Bahia #AEB525

Color information

#AEB525 (or 0xAEB525) is unknown color: approx Bahia. HEX triplet: AE, B5 and 25. RGB value is (174,181,37). Sum of RGB (Red+Green+Blue) = 174+181+37=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB525 is #514ADA. Grayscale: #A3A3A3. Windows color (decimal): -5327579 or 2471342. OLE color: 2471342.

HSL color Cylindrical-coordinate representation of color #AEB525: hue angle of 62.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEB525 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB17418137-
CMYK0.0400.800.29
HSL62.92º66.06%42.75%-
HSV(B)62.92º79.56%70.98%-
XYZ34.3142.188.08-
YUV162.4957.18136.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 181 (71.09% from 255) = 46.17%
BLUE value IS 37 (14.84% from 255) = 9.44%
R=44.39%
G=46.17%
B=9.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174181370.0400.800.2962.9266.0642.75
HexAEB52540501D3f422b
Octal2562654540120357710253
Binary101011101011010110010110001010000111011111111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB525; }

 p { color: rgb(174,181,37); }

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

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

 a { background-color: rgb(174,181,37); }

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

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

 span { border-color: rgb(174,181,37); }

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