#AEB71C

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

Shades of Bahia #AEB71C

Tints of Bahia #AEB71C

Color information

#AEB71C (or 0xAEB71C) is unknown color: approx Bahia. HEX triplet: AE, B7 and 1C. RGB value is (174,183,28). Sum of RGB (Red+Green+Blue) = 174+183+28=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB71C is #5148E3. Grayscale: #A3A3A3. Windows color (decimal): -5327076 or 1882030. OLE color: 1882030.

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

Color convert

RGB17418328-
CMYK0.0500.850.28
HSL63.48º73.46%41.37%-
HSV(B)63.48º84.7%71.76%-
XYZ34.642.957.57-
YUV162.6452.02136.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 28 (11.33% from 255) = 7.27%
R=45.19%
G=47.53%
B=7.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174183280.0500.850.2863.4873.4641.37
HexAEB71C50551C3f4929
Octal2562673450125347711151
Binary10101110101101111110010101010101111001111111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB71C; }

 p { color: rgb(174,183,28); }

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

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

 a { background-color: rgb(174,183,28); }

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

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

 span { border-color: rgb(174,183,28); }

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