Html Css Color HEX #AEB424 Bahia

📋 copy color: '#AEB424'

red 174 ◦ green 180 ◦ blue 36

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

Shades of Bahia #AEB424

Tints of Bahia #AEB424

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.15%

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

R = 44.62%
G = 46.15%
B = 9.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#AEB424 (or 0xAEB424) is known color: Bahia. HEX triplet: AE, B4 and 24. RGB value is (174,180,36). Sum of RGB (Red+Green+Blue) = 174+180+36=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB424 is #514BDB. Grayscale: #A2A2A2. Windows color (decimal): -5327836 or 2405550. OLE color: 2405550.

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

Color convert

RGB 174 180 36 -
CMYK 0.03 0 0.8 0.29
HSL 62.5º 0.67% 0.42% -
HSV(B) 62.5º 0.8% 0.71% -
XYZ 34.1 41.77 7.93 -
YUV 161.79 57.01 136.71 -
System Red Green Blue C M Y K H S L
Decimal 174 180 36 0.03 0 0.8 0.29 62.5 0.67 0.42
Hex AE B4 24 3 0 50 1D 3F 43 2A
Octal 256 264 44 3 0 120 35 77 103 52
Binary 10101110 10110100 100100 11 0 1010000 11101 111111 1000011 101010

Color Harmonies of #AEB424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB424

Black with #AEB424

Text Example


Text Example

White with #AEB424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB424; }

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

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

background-color css

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

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

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

border-color css

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

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

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