Html Css Color HEX #AEC329 Bahia

📋 copy color: '#AEC329'

red 174 ◦ green 195 ◦ blue 41

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

Shades of Bahia #AEC329

Tints of Bahia #AEC329

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.56%

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

R = 42.44%
G = 47.56%
B = 10%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#AEC329 (or 0xAEC329) is known color: Bahia. HEX triplet: AE, C3 and 29. RGB value is (174,195,41). Sum of RGB (Red+Green+Blue) = 174+195+41=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC329 is #513CD6. Grayscale: #ABABAB. Windows color (decimal): -5323991 or 2737070. OLE color: 2737070.

HSL color Cylindrical-coordinate representation of color #AEC329: hue angle of 68.18º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEC329 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 195 41 -
CMYK 0.11 0 0.79 0.24
HSL 68.18º 0.65% 0.46% -
HSV(B) 68.18º 0.79% 0.76% -
XYZ 37.37 48.19 9.43 -
YUV 171.17 54.54 130.02 -
System Red Green Blue C M Y K H S L
Decimal 174 195 41 0.11 0 0.79 0.24 68.18 0.65 0.46
Hex AE C3 29 B 0 4F 18 44 41 2E
Octal 256 303 51 13 0 117 30 104 101 56
Binary 10101110 11000011 101001 1011 0 1001111 11000 1000100 1000001 101110

Color Harmonies of #AEC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC329

Black with #AEC329

Text Example


Text Example

White with #AEC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC329; }

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

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

background-color css

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

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

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

border-color css

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

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

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