Html Css Color HEX #AEC526 Bahia

📋 copy color: '#AEC526'

red 174 ◦ green 197 ◦ blue 38

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

Shades of Bahia #AEC526

Tints of Bahia #AEC526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.29%

R = 42.54%
G = 48.17%
B = 9.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#AEC526 (or 0xAEC526) is known color: Bahia. HEX triplet: AE, C5 and 26. RGB value is (174,197,38). Sum of RGB (Red+Green+Blue) = 174+197+38=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC526 is #513AD9. Grayscale: #ACACAC. Windows color (decimal): -5323482 or 2540974. OLE color: 2540974.

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

Color convert

RGB 174 197 38 -
CMYK 0.12 0 0.81 0.23
HSL 68.68º 0.68% 0.46% -
HSV(B) 68.68º 0.81% 0.77% -
XYZ 37.77 49.07 9.31 -
YUV 172 52.38 129.43 -
System Red Green Blue C M Y K H S L
Decimal 174 197 38 0.12 0 0.81 0.23 68.68 0.68 0.46
Hex AE C5 26 C 0 51 17 45 44 2E
Octal 256 305 46 14 0 121 27 105 104 56
Binary 10101110 11000101 100110 1100 0 1010001 10111 1000101 1000100 101110

Color Harmonies of #AEC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC526

Black with #AEC526

Text Example


Text Example

White with #AEC526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC526; }

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

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

background-color css

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

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

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

border-color css

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

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

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