Html Css Color HEX #AECA2E Bahia

📋 copy color: '#AECA2E'

red 174 ◦ green 202 ◦ blue 46

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

Shades of Bahia #AECA2E

Tints of Bahia #AECA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.9%

R = 41.23%
G = 47.87%
B = 10.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#AECA2E (or 0xAECA2E) is known color: Bahia. HEX triplet: AE, CA and 2E. RGB value is (174,202,46). Sum of RGB (Red+Green+Blue) = 174+202+46=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA2E is #5135D1. Grayscale: #B0B0B0. Windows color (decimal): -5322194 or 3066542. OLE color: 3066542.

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

Color convert

RGB 174 202 46 -
CMYK 0.14 0 0.77 0.21
HSL 70.77º 0.63% 0.49% -
HSV(B) 70.77º 0.77% 0.79% -
XYZ 39.07 51.44 10.45 -
YUV 175.84 54.72 126.68 -
System Red Green Blue C M Y K H S L
Decimal 174 202 46 0.14 0 0.77 0.21 70.77 0.63 0.49
Hex AE CA 2E E 0 4D 15 47 3F 31
Octal 256 312 56 16 0 115 25 107 77 61
Binary 10101110 11001010 101110 1110 0 1001101 10101 1000111 111111 110001

Color Harmonies of #AECA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECA2E

Black with #AECA2E

Text Example


Text Example

White with #AECA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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