#AEB82B

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

Shades of Bahia #AEB82B

Tints of Bahia #AEB82B

Color information

#AEB82B (or 0xAEB82B) is unknown color: approx Bahia. HEX triplet: AE, B8 and 2B. RGB value is (174,184,43). Sum of RGB (Red+Green+Blue) = 174+184+43=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB82B is #5147D4. Grayscale: #A5A5A5. Windows color (decimal): -5326805 or 2865326. OLE color: 2865326.

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

Color convert

RGB17418443-
CMYK0.0500.770.28
HSL64.26º62.11%44.51%-
HSV(B)64.26º76.63%72.16%-
XYZ35.0343.458.83-
YUV164.9459.19134.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 184 (72.27% from 255) = 45.89%
BLUE value IS 43 (17.19% from 255) = 10.72%
R=43.39%
G=45.89%
B=10.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174184430.0500.770.2864.2662.1144.51
HexAEB82B504D1C403e2d
Octal2562705350115341007655
Binary101011101011100010101110101001101111001000000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB82B; }

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

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

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

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

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

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

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

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