Html Css Color HEX #AEC523 Bahia

📋 copy color: '#AEC523'

red 174 ◦ green 197 ◦ blue 35

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

Shades of Bahia #AEC523

Tints of Bahia #AEC523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.62%

R = 42.86%
G = 48.52%
B = 8.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#AEC523 (or 0xAEC523) is known color: Bahia. HEX triplet: AE, C5 and 23. RGB value is (174,197,35). Sum of RGB (Red+Green+Blue) = 174+197+35=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC523 is #513ADC. Grayscale: #ACACAC. Windows color (decimal): -5323485 or 2344366. OLE color: 2344366.

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

Color convert

RGB 174 197 35 -
CMYK 0.12 0 0.82 0.23
HSL 68.52º 0.7% 0.45% -
HSV(B) 68.52º 0.82% 0.77% -
XYZ 37.73 49.05 9.07 -
YUV 171.66 50.88 129.67 -
System Red Green Blue C M Y K H S L
Decimal 174 197 35 0.12 0 0.82 0.23 68.52 0.7 0.45
Hex AE C5 23 C 0 52 17 45 46 2D
Octal 256 305 43 14 0 122 27 105 106 55
Binary 10101110 11000101 100011 1100 0 1010010 10111 1000101 1000110 101101

Color Harmonies of #AEC523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC523

Black with #AEC523

Text Example


Text Example

White with #AEC523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC523; }

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

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

background-color css

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

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

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

border-color css

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

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

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