Html Css Color HEX #AEC732 Bahia

📋 copy color: '#AEC732'

red 174 ◦ green 199 ◦ blue 50

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

Shades of Bahia #AEC732

Tints of Bahia #AEC732

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.04%

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

R = 41.13%
G = 47.04%
B = 11.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#AEC732 (or 0xAEC732) is known color: Bahia. HEX triplet: AE, C7 and 32. RGB value is (174,199,50). Sum of RGB (Red+Green+Blue) = 174+199+50=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC732 is #5138CD. Grayscale: #AFAFAF. Windows color (decimal): -5322958 or 3327918. OLE color: 3327918.

HSL color Cylindrical-coordinate representation of color #AEC732: hue angle of 70.07º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEC732 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 199 50 -
CMYK 0.13 0 0.75 0.22
HSL 70.07º 0.6% 0.49% -
HSV(B) 70.07º 0.75% 0.78% -
XYZ 38.45 50.08 10.66 -
YUV 174.54 57.72 127.62 -
System Red Green Blue C M Y K H S L
Decimal 174 199 50 0.13 0 0.75 0.22 70.07 0.6 0.49
Hex AE C7 32 D 0 4B 16 46 3C 31
Octal 256 307 62 15 0 113 26 106 74 61
Binary 10101110 11000111 110010 1101 0 1001011 10110 1000110 111100 110001

Color Harmonies of #AEC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC732

Black with #AEC732

Text Example


Text Example

White with #AEC732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC732; }

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

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

background-color css

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

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

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

border-color css

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

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

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