#AEC311

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

Shades of Bahia #AEC311

Tints of Bahia #AEC311

Color information

#AEC311 (or 0xAEC311) is unknown color: approx Bahia. HEX triplet: AE, C3 and 11. RGB value is (174,195,17). Sum of RGB (Red+Green+Blue) = 174+195+17=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC311 is #513CEE. Grayscale: #A9A9A9. Windows color (decimal): -5324015 or 1164206. OLE color: 1164206.

HSL color Cylindrical-coordinate representation of color #AEC311: hue angle of 67.08º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEC311 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB17419517-
CMYK0.1100.910.24
HSL67.08º83.96%41.57%-
HSV(B)67.08º91.28%76.47%-
XYZ37.0748.077.85-
YUV168.4342.54131.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 195 (76.56% from 255) = 50.52%
BLUE value IS 17 (7.03% from 255) = 4.40%
R=45.08%
G=50.52%
B=4.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174195170.1100.910.2467.0883.9641.57
HexAEC311B05B1843542a
Octal256303211301333010312452
Binary1010111011000011100011011010110111100010000111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC311; }

 p { color: rgb(174,195,17); }

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

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

 a { background-color: rgb(174,195,17); }

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

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

 span { border-color: rgb(174,195,17); }

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