#AEB829

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

Shades of Bahia #AEB829

Tints of Bahia #AEB829

Color information

#AEB829 (or 0xAEB829) is unknown color: approx Bahia. HEX triplet: AE, B8 and 29. RGB value is (174,184,41). Sum of RGB (Red+Green+Blue) = 174+184+41=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB829 is #5147D6. Grayscale: #A5A5A5. Windows color (decimal): -5326807 or 2734254. OLE color: 2734254.

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

Color convert

RGB17418441-
CMYK0.0500.780.28
HSL64.2º63.56%44.12%-
HSV(B)64.2º77.72%72.16%-
XYZ3543.448.64-
YUV164.7158.19134.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 184 (72.27% from 255) = 46.12%
BLUE value IS 41 (16.41% from 255) = 10.28%
R=43.61%
G=46.12%
B=10.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174184410.0500.780.2864.263.5644.12
HexAEB829504E1C40402c
Octal25627051501163410010054
Binary1010111010111000101001101010011101110010000001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB829; }

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

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

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

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

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

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

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

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