Html Css Color HEX #AECB29 Bahia

📋 copy color: '#AECB29'

red 174 ◦ green 203 ◦ blue 41

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

Shades of Bahia #AECB29

Tints of Bahia #AECB29

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.56%

 BLUE value IS 41 (16.41% from 255) = 9.81%

R = 41.63%
G = 48.56%
B = 9.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#AECB29 (or 0xAECB29) is known color: Bahia. HEX triplet: AE, CB and 29. RGB value is (174,203,41). Sum of RGB (Red+Green+Blue) = 174+203+41=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB29 is #5134D6. Grayscale: #B0B0B0. Windows color (decimal): -5321943 or 2739118. OLE color: 2739118.

HSL color Cylindrical-coordinate representation of color #AECB29: hue angle of 70.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AECB29 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 41 -
CMYK 0.14 0 0.80 0.20
HSL 70.74º 0.66% 0.48% -
HSV(B) 70.74º 0.8% 0.8% -
XYZ 39.21 51.87 10.04 -
YUV 175.86 51.89 126.67 -
System Red Green Blue C M Y K H S L
Decimal 174 203 41 0.14 0 0.80 0.20 70.74 0.66 0.48
Hex AE CB 29 E 0 50 14 47 42 30
Octal 256 313 51 16 0 120 24 107 102 60
Binary 10101110 11001011 101001 1110 0 1010000 10100 1000111 1000010 110000

Color Harmonies of #AECB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB29

Black with #AECB29

Text Example


Text Example

White with #AECB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB29; }

 p { color: rgb(174,203,41); }

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

background-color css

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

 a { background-color: rgb(174,203,41); }

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

border-color css

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

 span { border-color: rgb(174,203,41); }

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