#AEBE32

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

Shades of Bahia #AEBE32

Tints of Bahia #AEBE32

Color information

#AEBE32 (or 0xAEBE32) is unknown color: approx Bahia. HEX triplet: AE, BE and 32. RGB value is (174,190,50). Sum of RGB (Red+Green+Blue) = 174+190+50=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBE32 is #5141CD. Grayscale: #A9A9A9. Windows color (decimal): -5325262 or 3325614. OLE color: 3325614.

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

Color convert

RGB17419050-
CMYK0.0800.740.25
HSL66.86º58.33%47.06%-
HSV(B)66.86º73.68%74.51%-
XYZ36.4446.069.99-
YUV169.2660.7131.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 190 (74.61% from 255) = 45.89%
BLUE value IS 50 (19.92% from 255) = 12.08%
R=42.03%
G=45.89%
B=12.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174190500.0800.740.2566.8658.3347.06
HexAEBE32804A19433a2f
Octal25627662100112311037257
Binary1010111010111110110010100001001010110011000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE32; }

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

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

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

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

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

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

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

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