#AECA26

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

Shades of Bahia #AECA26

Tints of Bahia #AECA26

Color information

#AECA26 (or 0xAECA26) is unknown color: approx Bahia. HEX triplet: AE, CA and 26. RGB value is (174,202,38). Sum of RGB (Red+Green+Blue) = 174+202+38=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 38 (15.23% from 255 or 9.18% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA26 is #5135D9. Grayscale: #AFAFAF. Windows color (decimal): -5322202 or 2542254. OLE color: 2542254.

HSL color Cylindrical-coordinate representation of color #AECA26: hue angle of 70.24º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AECA26 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB17420238-
CMYK0.1400.810.21
HSL70.24º68.33%47.06%-
HSV(B)70.24º81.19%79.22%-
XYZ38.9351.389.7-
YUV174.9350.72127.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 202 (79.30% from 255) = 48.79%
BLUE value IS 38 (15.23% from 255) = 9.18%
R=42.03%
G=48.79%
B=9.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174202380.1400.810.2170.2468.3347.06
HexAECA26E0511546442f
Octal256312461601212510610457
Binary10101110110010101001101110010100011010110001101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA26; }

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

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

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

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

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

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

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

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