#AEB619

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

Shades of Bahia #AEB619

Tints of Bahia #AEB619

Color information

#AEB619 (or 0xAEB619) is unknown color: approx Bahia. HEX triplet: AE, B6 and 19. RGB value is (174,182,25). Sum of RGB (Red+Green+Blue) = 174+182+25=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB619 is #5149E6. Grayscale: #A2A2A2. Windows color (decimal): -5327335 or 1685166. OLE color: 1685166.

HSL color Cylindrical-coordinate representation of color #AEB619: hue angle of 63.06º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AEB619 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB17418225-
CMYK0.0400.860.29
HSL63.06º75.85%40.59%-
HSV(B)63.06º86.26%71.37%-
XYZ34.3642.527.32-
YUV161.7150.85136.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 182 (71.48% from 255) = 47.77%
BLUE value IS 25 (10.16% from 255) = 6.56%
R=45.67%
G=47.77%
B=6.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174182250.0400.860.2963.0675.8540.59
HexAEB61940561D3f4c29
Octal2562663140126357711451
Binary10101110101101101100110001010110111011111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB619; }

 p { color: rgb(174,182,25); }

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

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

 a { background-color: rgb(174,182,25); }

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

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

 span { border-color: rgb(174,182,25); }

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