Html Css Color HEX #AEC220 Bahia

📋 copy color: '#AEC220'

red 174 ◦ green 194 ◦ blue 32

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

Shades of Bahia #AEC220

Tints of Bahia #AEC220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8%

R = 43.5%
G = 48.5%
B = 8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#AEC220 (or 0xAEC220) is known color: Bahia. HEX triplet: AE, C2 and 20. RGB value is (174,194,32). Sum of RGB (Red+Green+Blue) = 174+194+32=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC220 is #513DDF. Grayscale: #AAAAAA. Windows color (decimal): -5324256 or 2146990. OLE color: 2146990.

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

Color convert

RGB 174 194 32 -
CMYK 0.10 0 0.84 0.24
HSL 67.41º 0.72% 0.44% -
HSV(B) 67.41º 0.84% 0.76% -
XYZ 37.01 47.69 8.62 -
YUV 169.55 50.37 131.17 -
System Red Green Blue C M Y K H S L
Decimal 174 194 32 0.10 0 0.84 0.24 67.41 0.72 0.44
Hex AE C2 20 A 0 54 18 43 48 2C
Octal 256 302 40 12 0 124 30 103 110 54
Binary 10101110 11000010 100000 1010 0 1010100 11000 1000011 1001000 101100

Color Harmonies of #AEC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC220

Black with #AEC220

Text Example


Text Example

White with #AEC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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