Html Css Color HEX #AEC528 Bahia

📋 copy color: '#AEC528'

red 174 ◦ green 197 ◦ blue 40

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

Shades of Bahia #AEC528

Tints of Bahia #AEC528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.73%

R = 42.34%
G = 47.93%
B = 9.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#AEC528 (or 0xAEC528) is known color: Bahia. HEX triplet: AE, C5 and 28. RGB value is (174,197,40). Sum of RGB (Red+Green+Blue) = 174+197+40=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC528 is #513AD7. Grayscale: #ACACAC. Windows color (decimal): -5323480 or 2672046. OLE color: 2672046.

HSL color Cylindrical-coordinate representation of color #AEC528: hue angle of 68.79º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEC528 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 197 40 -
CMYK 0.12 0 0.80 0.23
HSL 68.79º 0.66% 0.46% -
HSV(B) 68.79º 0.8% 0.77% -
XYZ 37.8 49.08 9.49 -
YUV 172.23 53.38 129.27 -
System Red Green Blue C M Y K H S L
Decimal 174 197 40 0.12 0 0.80 0.23 68.79 0.66 0.46
Hex AE C5 28 C 0 50 17 45 42 2E
Octal 256 305 50 14 0 120 27 105 102 56
Binary 10101110 11000101 101000 1100 0 1010000 10111 1000101 1000010 101110

Color Harmonies of #AEC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC528

Black with #AEC528

Text Example


Text Example

White with #AEC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC528; }

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

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

background-color css

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

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

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

border-color css

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

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

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