#AEB91A

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

Shades of Bahia #AEB91A

Tints of Bahia #AEB91A

Color information

#AEB91A (or 0xAEB91A) is unknown color: approx Bahia. HEX triplet: AE, B9 and 1A. RGB value is (174,185,26). Sum of RGB (Red+Green+Blue) = 174+185+26=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB91A is #5146E5. Grayscale: #A4A4A4. Windows color (decimal): -5326566 or 1751470. OLE color: 1751470.

HSL color Cylindrical-coordinate representation of color #AEB91A: hue angle of 64.15º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AEB91A is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB17418526-
CMYK0.0600.860.27
HSL64.15º75.36%41.37%-
HSV(B)64.15º85.95%72.55%-
XYZ34.9943.777.58-
YUV163.5850.36135.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 185 (72.66% from 255) = 48.05%
BLUE value IS 26 (10.55% from 255) = 6.75%
R=45.19%
G=48.05%
B=6.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174185260.0600.860.2764.1575.3641.37
HexAEB91A60561B404b29
Octal25627132601263310011351
Binary101011101011100111010110010101101101110000001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB91A; }

 p { color: rgb(174,185,26); }

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

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

 a { background-color: rgb(174,185,26); }

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

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

 span { border-color: rgb(174,185,26); }

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