Html Css Color HEX #AEB524 Bahia

📋 copy color: '#AEB524'

red 174 ◦ green 181 ◦ blue 36

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

Shades of Bahia #AEB524

Tints of Bahia #AEB524

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.29%

 BLUE value IS 36 (14.45% from 255) = 9.21%

R = 44.5%
G = 46.29%
B = 9.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#AEB524 (or 0xAEB524) is known color: Bahia. HEX triplet: AE, B5 and 24. RGB value is (174,181,36). Sum of RGB (Red+Green+Blue) = 174+181+36=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB524 is #514ADB. Grayscale: #A2A2A2. Windows color (decimal): -5327580 or 2405806. OLE color: 2405806.

HSL color Cylindrical-coordinate representation of color #AEB524: hue angle of 62.9º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEB524 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 181 36 -
CMYK 0.04 0 0.80 0.29
HSL 62.9º 0.67% 0.43% -
HSV(B) 62.9º 0.8% 0.71% -
XYZ 34.3 42.17 8 -
YUV 162.38 56.68 136.29 -
System Red Green Blue C M Y K H S L
Decimal 174 181 36 0.04 0 0.80 0.29 62.9 0.67 0.43
Hex AE B5 24 4 0 50 1D 3F 43 2B
Octal 256 265 44 4 0 120 35 77 103 53
Binary 10101110 10110101 100100 100 0 1010000 11101 111111 1000011 101011

Color Harmonies of #AEB524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB524

Black with #AEB524

Text Example


Text Example

White with #AEB524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB524; }

 p { color: rgb(174,181,36); }

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

background-color css

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

 a { background-color: rgb(174,181,36); }

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

border-color css

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

 span { border-color: rgb(174,181,36); }

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