Html Css Color HEX #AEC032 Bahia

📋 copy color: '#AEC032'

red 174 ◦ green 192 ◦ blue 50

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

Shades of Bahia #AEC032

Tints of Bahia #AEC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.15%

 BLUE value IS 50 (19.92% from 255) = 12.02%

R = 41.83%
G = 46.15%
B = 12.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#AEC032 (or 0xAEC032) is known color: Bahia. HEX triplet: AE, C0 and 32. RGB value is (174,192,50). Sum of RGB (Red+Green+Blue) = 174+192+50=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC032 is #513FCD. Grayscale: #AAAAAA. Windows color (decimal): -5324750 or 3326126. OLE color: 3326126.

HSL color Cylindrical-coordinate representation of color #AEC032: hue angle of 67.61º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEC032 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 50 -
CMYK 0.09 0 0.74 0.25
HSL 67.61º 0.59% 0.47% -
HSV(B) 67.61º 0.74% 0.75% -
XYZ 36.88 46.93 10.13 -
YUV 170.43 60.04 130.55 -
System Red Green Blue C M Y K H S L
Decimal 174 192 50 0.09 0 0.74 0.25 67.61 0.59 0.47
Hex AE C0 32 9 0 4A 19 44 3B 2F
Octal 256 300 62 11 0 112 31 104 73 57
Binary 10101110 11000000 110010 1001 0 1001010 11001 1000100 111011 101111

Color Harmonies of #AEC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC032

Black with #AEC032

Text Example


Text Example

White with #AEC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC032; }

 p { color: rgb(174,192,50); }

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

background-color css

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

 a { background-color: rgb(174,192,50); }

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

border-color css

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

 span { border-color: rgb(174,192,50); }

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