Html Css Color HEX #AECA1D Bahia

📋 copy color: '#AECA1D'

red 174 ◦ green 202 ◦ blue 29

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

Shades of Bahia #AECA1D

Tints of Bahia #AECA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.16%

R = 42.96%
G = 49.88%
B = 7.16%

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

#AECA1D (or 0xAECA1D) is known color: Bahia. HEX triplet: AE, CA and 1D. RGB value is (174,202,29). Sum of RGB (Red+Green+Blue) = 174+202+29=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA1D is #5135E2. Grayscale: #AEAEAE. Windows color (decimal): -5322211 or 1952430. OLE color: 1952430.

HSL color Cylindrical-coordinate representation of color #AECA1D: hue angle of 69.71º degrees, saturation: 0.75, 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 #AECA1D is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 202 29 -
CMYK 0.14 0 0.86 0.21
HSL 69.71º 0.75% 0.45% -
HSV(B) 69.71º 0.86% 0.79% -
XYZ 38.8 51.33 9.02 -
YUV 173.91 46.22 128.07 -
System Red Green Blue C M Y K H S L
Decimal 174 202 29 0.14 0 0.86 0.21 69.71 0.75 0.45
Hex AE CA 1D E 0 56 15 46 4B 2D
Octal 256 312 35 16 0 126 25 106 113 55
Binary 10101110 11001010 11101 1110 0 1010110 10101 1000110 1001011 101101

Color Harmonies of #AECA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECA1D

Black with #AECA1D

Text Example


Text Example

White with #AECA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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