#AEC026

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

Shades of Bahia #AEC026

Tints of Bahia #AEC026

Color information

#AEC026 (or 0xAEC026) is unknown color: approx Bahia. HEX triplet: AE, C0 and 26. RGB value is (174,192,38). Sum of RGB (Red+Green+Blue) = 174+192+38=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC026 is #513FD9. Grayscale: #A9A9A9. Windows color (decimal): -5324762 or 2539694. OLE color: 2539694.

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

Color convert

RGB17419238-
CMYK0.0900.800.25
HSL67.01º66.96%45.1%-
HSV(B)67.01º80.21%75.29%-
XYZ36.6646.848.94-
YUV169.0654.04131.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 192 (75.39% from 255) = 47.52%
BLUE value IS 38 (15.23% from 255) = 9.41%
R=43.07%
G=47.52%
B=9.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174192380.0900.800.2567.0166.9645.1
HexAEC02690501943432d
Octal256300461101203110310355
Binary10101110110000001001101001010100001100110000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC026; }

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

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

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

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

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

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

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

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