#AEB819

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

Shades of Bahia #AEB819

Tints of Bahia #AEB819

Color information

#AEB819 (or 0xAEB819) is unknown color: approx Bahia. HEX triplet: AE, B8 and 19. RGB value is (174,184,25). Sum of RGB (Red+Green+Blue) = 174+184+25=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB819 is #5147E6. Grayscale: #A3A3A3. Windows color (decimal): -5326823 or 1685678. OLE color: 1685678.

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

Color convert

RGB17418425-
CMYK0.0500.860.28
HSL63.77º76.08%40.98%-
HSV(B)63.77º86.41%72.16%-
XYZ34.7743.357.45-
YUV162.8850.19135.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 184 (72.27% from 255) = 48.04%
BLUE value IS 25 (10.16% from 255) = 6.53%
R=45.43%
G=48.04%
B=6.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174184250.0500.860.2863.7776.0840.98
HexAEB81950561C404c29
Octal25627031501263410011451
Binary101011101011100011001101010101101110010000001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB819; }

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

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

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

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

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

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

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

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