#AEBE2C

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

Shades of Bahia #AEBE2C

Tints of Bahia #AEBE2C

Color information

#AEBE2C (or 0xAEBE2C) is unknown color: approx Bahia. HEX triplet: AE, BE and 2C. RGB value is (174,190,44). Sum of RGB (Red+Green+Blue) = 174+190+44=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBE2C is #5141D3. Grayscale: #A9A9A9. Windows color (decimal): -5325268 or 2932398. OLE color: 2932398.

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

Color convert

RGB17419044-
CMYK0.0800.770.25
HSL66.58º62.39%45.88%-
HSV(B)66.58º76.84%74.51%-
XYZ36.3246.019.35-
YUV168.5757.7131.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 190 (74.61% from 255) = 46.57%
BLUE value IS 44 (17.58% from 255) = 10.78%
R=42.65%
G=46.57%
B=10.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174190440.0800.770.2566.5862.3945.88
HexAEBE2C804D19433e2e
Octal25627654100115311037656
Binary1010111010111110101100100001001101110011000011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE2C; }

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

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

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

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

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

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

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

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