#AEBF12

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

Shades of Bahia #AEBF12

Tints of Bahia #AEBF12

Color information

#AEBF12 (or 0xAEBF12) is unknown color: approx Bahia. HEX triplet: AE, BF and 12. RGB value is (174,191,18). Sum of RGB (Red+Green+Blue) = 174+191+18=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBF12 is #5140ED. Grayscale: #A6A6A6. Windows color (decimal): -5325038 or 1228718. OLE color: 1228718.

HSL color Cylindrical-coordinate representation of color #AEBF12: hue angle of 65.9º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEBF12 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB17419118-
CMYK0.0900.910.25
HSL65.9º82.78%40.98%-
HSV(B)65.9º90.58%74.9%-
XYZ36.246.37.6-
YUV166.1944.37133.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 191 (75% from 255) = 49.87%
BLUE value IS 18 (7.42% from 255) = 4.70%
R=45.43%
G=49.87%
B=4.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174191180.0900.910.2565.982.7840.98
HexAEBF12905B19425329
Octal256277221101333110212351
Binary1010111010111111100101001010110111100110000101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF12; }

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

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

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

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

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

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

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

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