Html Css Color HEX #AEB324 Bahia

📋 copy color: '#AEB324'

red 174 ◦ green 179 ◦ blue 36

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

Shades of Bahia #AEB324

Tints of Bahia #AEB324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.02%

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

R = 44.73%
G = 46.02%
B = 9.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#AEB324 (or 0xAEB324) is known color: Bahia. HEX triplet: AE, B3 and 24. RGB value is (174,179,36). Sum of RGB (Red+Green+Blue) = 174+179+36=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB324 is #514CDB. Grayscale: #A1A1A1. Windows color (decimal): -5328092 or 2405294. OLE color: 2405294.

HSL color Cylindrical-coordinate representation of color #AEB324: hue angle of 62.1º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEB324 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 179 36 -
CMYK 0.03 0 0.80 0.30
HSL 62.1º 0.67% 0.42% -
HSV(B) 62.1º 0.8% 0.7% -
XYZ 33.89 41.37 7.87 -
YUV 161.2 57.34 137.13 -
System Red Green Blue C M Y K H S L
Decimal 174 179 36 0.03 0 0.80 0.30 62.1 0.67 0.42
Hex AE B3 24 3 0 50 1E 3E 43 2A
Octal 256 263 44 3 0 120 36 76 103 52
Binary 10101110 10110011 100100 11 0 1010000 11110 111110 1000011 101010

Color Harmonies of #AEB324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB324

Black with #AEB324

Text Example


Text Example

White with #AEB324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB324; }

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

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

background-color css

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

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

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

border-color css

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

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

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