#AEBE31

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

Shades of Bahia #AEBE31

Tints of Bahia #AEBE31

Color information

#AEBE31 (or 0xAEBE31) is unknown color: approx Bahia. HEX triplet: AE, BE and 31. RGB value is (174,190,49). Sum of RGB (Red+Green+Blue) = 174+190+49=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBE31 is #5141CE. Grayscale: #A9A9A9. Windows color (decimal): -5325263 or 3260078. OLE color: 3260078.

HSL color Cylindrical-coordinate representation of color #AEBE31: hue angle of 66.81º degrees, saturation: 0.59, 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 #AEBE31 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB17419049-
CMYK0.0800.740.25
HSL66.81º59%46.86%-
HSV(B)66.81º74.21%74.51%-
XYZ36.4246.059.87-
YUV169.1460.2131.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 49 (19.53% from 255) = 11.86%
R=42.13%
G=46.00%
B=11.86%

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
Decimal174190490.0800.740.2566.815946.86
HexAEBE31804A19433b2f
Octal25627661100112311037357
Binary1010111010111110110001100001001010110011000011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE31; }

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

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

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

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

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

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

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

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