#AEBD12

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

Shades of Bahia #AEBD12

Tints of Bahia #AEBD12

Color information

#AEBD12 (or 0xAEBD12) is unknown color: approx Bahia. HEX triplet: AE, BD and 12. RGB value is (174,189,18). Sum of RGB (Red+Green+Blue) = 174+189+18=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBD12 is #5142ED. Grayscale: #A5A5A5. Windows color (decimal): -5325550 or 1228206. OLE color: 1228206.

HSL color Cylindrical-coordinate representation of color #AEBD12: hue angle of 65.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEBD12 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB17418918-
CMYK0.0800.900.26
HSL65.26º82.61%40.59%-
HSV(B)65.26º90.48%74.12%-
XYZ35.7645.447.46-
YUV165.0245.03134.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 189 (74.22% from 255) = 49.61%
BLUE value IS 18 (7.42% from 255) = 4.72%
R=45.67%
G=49.61%
B=4.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174189180.0800.900.2665.2682.6140.59
HexAEBD12805A1A415329
Octal256275221001323210112351
Binary1010111010111101100101000010110101101010000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD12; }

 p { color: rgb(174,189,18); }

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

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

 a { background-color: rgb(174,189,18); }

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

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

 span { border-color: rgb(174,189,18); }

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