Html Css Color HEX #AECA20 Bahia

📋 copy color: '#AECA20'

red 174 ◦ green 202 ◦ blue 32

#AECA20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AECA20

Tints of Bahia #AECA20

RGB

 RED value IS 174 (68.36% from 255) = 42.65%

 GREEN value IS 202 (79.3% from 255) = 49.51%

 BLUE value IS 32 (12.89% from 255) = 7.84%

R = 42.65%
G = 49.51%
B = 7.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#AECA20 (or 0xAECA20) is known color: Bahia. HEX triplet: AE, CA and 20. RGB value is (174,202,32). Sum of RGB (Red+Green+Blue) = 174+202+32=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA20 is #5135DF. Grayscale: #AEAEAE. Windows color (decimal): -5322208 or 2149038. OLE color: 2149038.

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

Color convert

RGB 174 202 32 -
CMYK 0.14 0 0.84 0.21
HSL 69.88º 0.73% 0.46% -
HSV(B) 69.88º 0.84% 0.79% -
XYZ 38.84 51.34 9.23 -
YUV 174.25 47.72 127.82 -
System Red Green Blue C M Y K H S L
Decimal 174 202 32 0.14 0 0.84 0.21 69.88 0.73 0.46
Hex AE CA 20 E 0 54 15 46 49 2E
Octal 256 312 40 16 0 124 25 106 111 56
Binary 10101110 11001010 100000 1110 0 1010100 10101 1000110 1001001 101110

Color Harmonies of #AECA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECA20

Black with #AECA20

Text Example


Text Example

White with #AECA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECA20; }

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

 H1.HeaderClassName
 {
   color: #AECA20;
 }
 .AnyTagClassName
 {
   color: #AECA20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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