Html Css Color HEX #AEC232 Bahia

📋 copy color: '#AEC232'

red 174 ◦ green 194 ◦ blue 50

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

Shades of Bahia #AEC232

Tints of Bahia #AEC232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

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

R = 41.63%
G = 46.41%
B = 11.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#AEC232 (or 0xAEC232) is known color: Bahia. HEX triplet: AE, C2 and 32. RGB value is (174,194,50). Sum of RGB (Red+Green+Blue) = 174+194+50=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC232 is #513DCD. Grayscale: #ACACAC. Windows color (decimal): -5324238 or 3326638. OLE color: 3326638.

HSL color Cylindrical-coordinate representation of color #AEC232: hue angle of 68.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEC232 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 50 -
CMYK 0.10 0 0.74 0.24
HSL 68.33º 0.59% 0.48% -
HSV(B) 68.33º 0.74% 0.76% -
XYZ 37.32 47.81 10.28 -
YUV 171.6 59.37 129.71 -
System Red Green Blue C M Y K H S L
Decimal 174 194 50 0.10 0 0.74 0.24 68.33 0.59 0.48
Hex AE C2 32 A 0 4A 18 44 3B 30
Octal 256 302 62 12 0 112 30 104 73 60
Binary 10101110 11000010 110010 1010 0 1001010 11000 1000100 111011 110000

Color Harmonies of #AEC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC232

Black with #AEC232

Text Example


Text Example

White with #AEC232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC232; }

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

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

background-color css

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

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

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

border-color css

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

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

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