Html Css Color HEX #AEC522 Bahia

📋 copy color: '#AEC522'

red 174 ◦ green 197 ◦ blue 34

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

Shades of Bahia #AEC522

Tints of Bahia #AEC522

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.64%

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

R = 42.96%
G = 48.64%
B = 8.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#AEC522 (or 0xAEC522) is known color: Bahia. HEX triplet: AE, C5 and 22. RGB value is (174,197,34). Sum of RGB (Red+Green+Blue) = 174+197+34=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC522 is #513ADD. Grayscale: #ACACAC. Windows color (decimal): -5323486 or 2278830. OLE color: 2278830.

HSL color Cylindrical-coordinate representation of color #AEC522: hue angle of 68.47º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEC522 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 197 34 -
CMYK 0.12 0 0.83 0.23
HSL 68.47º 0.71% 0.45% -
HSV(B) 68.47º 0.83% 0.77% -
XYZ 37.71 49.05 8.99 -
YUV 171.54 50.38 129.75 -
System Red Green Blue C M Y K H S L
Decimal 174 197 34 0.12 0 0.83 0.23 68.47 0.71 0.45
Hex AE C5 22 C 0 53 17 44 47 2D
Octal 256 305 42 14 0 123 27 104 107 55
Binary 10101110 11000101 100010 1100 0 1010011 10111 1000100 1000111 101101

Color Harmonies of #AEC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC522

Black with #AEC522

Text Example


Text Example

White with #AEC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC522; }

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

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

background-color css

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

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

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

border-color css

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

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

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