Html Css Color HEX #AEB322 Bahia

📋 copy color: '#AEB322'

red 174 ◦ green 179 ◦ blue 34

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

Shades of Bahia #AEB322

Tints of Bahia #AEB322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.79%

R = 44.96%
G = 46.25%
B = 8.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#AEB322 (or 0xAEB322) is known color: Bahia. HEX triplet: AE, B3 and 22. RGB value is (174,179,34). Sum of RGB (Red+Green+Blue) = 174+179+34=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB322 is #514CDD. Grayscale: #A1A1A1. Windows color (decimal): -5328094 or 2274222. OLE color: 2274222.

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

Color convert

RGB 174 179 34 -
CMYK 0.03 0 0.81 0.30
HSL 62.07º 0.68% 0.42% -
HSV(B) 62.07º 0.81% 0.7% -
XYZ 33.86 41.35 7.71 -
YUV 160.98 56.34 137.29 -
System Red Green Blue C M Y K H S L
Decimal 174 179 34 0.03 0 0.81 0.30 62.07 0.68 0.42
Hex AE B3 22 3 0 51 1E 3E 44 2A
Octal 256 263 42 3 0 121 36 76 104 52
Binary 10101110 10110011 100010 11 0 1010001 11110 111110 1000100 101010

Color Harmonies of #AEB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB322

Black with #AEB322

Text Example


Text Example

White with #AEB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB322; }

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

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

background-color css

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

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

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

border-color css

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

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

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