#AECA1A

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

Shades of Bahia #AECA1A

Tints of Bahia #AECA1A

Color information

#AECA1A (or 0xAECA1A) is unknown color: approx Bahia. HEX triplet: AE, CA and 1A. RGB value is (174,202,26). Sum of RGB (Red+Green+Blue) = 174+202+26=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA1A is #5135E5. Grayscale: #AEAEAE. Windows color (decimal): -5322214 or 1755822. OLE color: 1755822.

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

Color convert

RGB17420226-
CMYK0.1400.870.21
HSL69.55º77.19%44.71%-
HSV(B)69.55º87.13%79.22%-
XYZ38.7651.318.84-
YUV173.5644.72128.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 202 (79.30% from 255) = 50.25%
BLUE value IS 26 (10.55% from 255) = 6.47%
R=43.28%
G=50.25%
B=6.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174202260.1400.870.2169.5577.1944.71
HexAECA1AE05715464d2d
Octal256312321601272510611555
Binary1010111011001010110101110010101111010110001101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA1A; }

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

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

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

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

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

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

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

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