#AEC126

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

Shades of Bahia #AEC126

Tints of Bahia #AEC126

Color information

#AEC126 (or 0xAEC126) is unknown color: approx Bahia. HEX triplet: AE, C1 and 26. RGB value is (174,193,38). Sum of RGB (Red+Green+Blue) = 174+193+38=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC126 is #513ED9. Grayscale: #AAAAAA. Windows color (decimal): -5324506 or 2539950. OLE color: 2539950.

HSL color Cylindrical-coordinate representation of color #AEC126: hue angle of 67.35º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEC126 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB17419338-
CMYK0.1000.800.24
HSL67.35º67.1%45.29%-
HSV(B)67.35º80.31%75.69%-
XYZ36.8847.289.02-
YUV169.6553.71131.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 193 (75.78% from 255) = 47.65%
BLUE value IS 38 (15.23% from 255) = 9.38%
R=42.96%
G=47.65%
B=9.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174193380.1000.800.2467.3567.145.29
HexAEC126A0501843432d
Octal256301461201203010310355
Binary10101110110000011001101010010100001100010000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC126; }

 p { color: rgb(174,193,38); }

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

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

 a { background-color: rgb(174,193,38); }

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

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

 span { border-color: rgb(174,193,38); }

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