#AEB916

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

Shades of Bahia #AEB916

Tints of Bahia #AEB916

Color information

#AEB916 (or 0xAEB916) is unknown color: approx Bahia. HEX triplet: AE, B9 and 16. RGB value is (174,185,22). Sum of RGB (Red+Green+Blue) = 174+185+22=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB916 is #5146E9. Grayscale: #A3A3A3. Windows color (decimal): -5326570 or 1489326. OLE color: 1489326.

HSL color Cylindrical-coordinate representation of color #AEB916: hue angle of 64.05º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEB916 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB17418522-
CMYK0.0600.880.27
HSL64.05º78.74%40.59%-
HSV(B)64.05º88.11%72.55%-
XYZ34.9543.757.36-
YUV163.1348.36135.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 185 (72.66% from 255) = 48.56%
BLUE value IS 22 (8.98% from 255) = 5.77%
R=45.67%
G=48.56%
B=5.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174185220.0600.880.2764.0578.7440.59
HexAEB91660581B404f29
Octal25627126601303310011751
Binary101011101011100110110110010110001101110000001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB916; }

 p { color: rgb(174,185,22); }

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

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

 a { background-color: rgb(174,185,22); }

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

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

 span { border-color: rgb(174,185,22); }

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