#AEB81B

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

Shades of Bahia #AEB81B

Tints of Bahia #AEB81B

Color information

#AEB81B (or 0xAEB81B) is unknown color: approx Bahia. HEX triplet: AE, B8 and 1B. RGB value is (174,184,27). Sum of RGB (Red+Green+Blue) = 174+184+27=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB81B is #5147E4. Grayscale: #A3A3A3. Windows color (decimal): -5326821 or 1816750. OLE color: 1816750.

HSL color Cylindrical-coordinate representation of color #AEB81B: hue angle of 63.82º degrees, saturation: 0.74, 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 #AEB81B is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB17418427-
CMYK0.0500.850.28
HSL63.82º74.41%41.37%-
HSV(B)63.82º85.33%72.16%-
XYZ34.7943.367.57-
YUV163.1151.19135.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 184 (72.27% from 255) = 47.79%
BLUE value IS 27 (10.94% from 255) = 7.01%
R=45.19%
G=47.79%
B=7.01%

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
Decimal174184270.0500.850.2863.8274.4141.37
HexAEB81B50551C404a29
Octal25627033501253410011251
Binary101011101011100011011101010101011110010000001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB81B; }

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

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

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

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

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

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

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

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