Html Css Color HEX #AEC322 Bahia

📋 copy color: '#AEC322'

red 174 ◦ green 195 ◦ blue 34

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

Shades of Bahia #AEC322

Tints of Bahia #AEC322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.44%

R = 43.18%
G = 48.39%
B = 8.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#AEC322 (or 0xAEC322) is known color: Bahia. HEX triplet: AE, C3 and 22. RGB value is (174,195,34). Sum of RGB (Red+Green+Blue) = 174+195+34=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC322 is #513CDD. Grayscale: #AAAAAA. Windows color (decimal): -5323998 or 2278318. OLE color: 2278318.

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

Color convert

RGB 174 195 34 -
CMYK 0.11 0 0.83 0.24
HSL 67.83º 0.7% 0.45% -
HSV(B) 67.83º 0.83% 0.76% -
XYZ 37.26 48.14 8.84 -
YUV 170.37 51.04 130.59 -
System Red Green Blue C M Y K H S L
Decimal 174 195 34 0.11 0 0.83 0.24 67.83 0.7 0.45
Hex AE C3 22 B 0 53 18 44 46 2D
Octal 256 303 42 13 0 123 30 104 106 55
Binary 10101110 11000011 100010 1011 0 1010011 11000 1000100 1000110 101101

Color Harmonies of #AEC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC322

Black with #AEC322

Text Example


Text Example

White with #AEC322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC322; }

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

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

background-color css

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

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

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

border-color css

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

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

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