#AEBD32

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

Shades of Bahia #AEBD32

Tints of Bahia #AEBD32

Color information

#AEBD32 (or 0xAEBD32) is unknown color: approx Bahia. HEX triplet: AE, BD and 32. RGB value is (174,189,50). Sum of RGB (Red+Green+Blue) = 174+189+50=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD32 is #5142CD. Grayscale: #A9A9A9. Windows color (decimal): -5325518 or 3325358. OLE color: 3325358.

HSL color Cylindrical-coordinate representation of color #AEBD32: hue angle of 66.47º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEBD32 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB17418950-
CMYK0.0800.740.26
HSL66.47º58.16%46.86%-
HSV(B)66.47º73.54%74.12%-
XYZ36.2345.629.91-
YUV168.6761.03131.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 189 (74.22% from 255) = 45.76%
BLUE value IS 50 (19.92% from 255) = 12.11%
R=42.13%
G=45.76%
B=12.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174189500.0800.740.2666.4758.1646.86
HexAEBD32804A1A423a2f
Octal25627562100112321027257
Binary1010111010111101110010100001001010110101000010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD32; }

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

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

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

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

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

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

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

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