#AEBE2A

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

Shades of Bahia #AEBE2A

Tints of Bahia #AEBE2A

Color information

#AEBE2A (or 0xAEBE2A) is unknown color: approx Bahia. HEX triplet: AE, BE and 2A. RGB value is (174,190,42). Sum of RGB (Red+Green+Blue) = 174+190+42=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBE2A is #5141D5. Grayscale: #A8A8A8. Windows color (decimal): -5325270 or 2801326. OLE color: 2801326.

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

Color convert

RGB17419042-
CMYK0.0800.780.25
HSL66.49º63.79%45.49%-
HSV(B)66.49º77.89%74.51%-
XYZ36.2945.999.16-
YUV168.3456.7132.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 42 (16.80% from 255) = 10.34%
R=42.86%
G=46.80%
B=10.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174190420.0800.780.2566.4963.7945.49
HexAEBE2A804E1942402d
Octal256276521001163110210055
Binary10101110101111101010101000010011101100110000101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE2A; }

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

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

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

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

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

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

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

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