Html Css Color HEX #AECA1C Bahia

📋 copy color: '#AECA1C'

red 174 ◦ green 202 ◦ blue 28

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

Shades of Bahia #AECA1C

Tints of Bahia #AECA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.93%

R = 43.07%
G = 50%
B = 6.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#AECA1C (or 0xAECA1C) is known color: Bahia. HEX triplet: AE, CA and 1C. RGB value is (174,202,28). Sum of RGB (Red+Green+Blue) = 174+202+28=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA1C is #5135E3. Grayscale: #AEAEAE. Windows color (decimal): -5322212 or 1886894. OLE color: 1886894.

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

Color convert

RGB 174 202 28 -
CMYK 0.14 0 0.86 0.21
HSL 69.66º 0.76% 0.45% -
HSV(B) 69.66º 0.86% 0.79% -
XYZ 38.79 51.32 8.96 -
YUV 173.79 45.72 128.15 -
System Red Green Blue C M Y K H S L
Decimal 174 202 28 0.14 0 0.86 0.21 69.66 0.76 0.45
Hex AE CA 1C E 0 56 15 46 4C 2D
Octal 256 312 34 16 0 126 25 106 114 55
Binary 10101110 11001010 11100 1110 0 1010110 10101 1000110 1001100 101101

Color Harmonies of #AECA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECA1C

Black with #AECA1C

Text Example


Text Example

White with #AECA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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