Html Css Color HEX #AEB622 Bahia

📋 copy color: '#AEB622'

red 174 ◦ green 182 ◦ blue 34

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

Shades of Bahia #AEB622

Tints of Bahia #AEB622

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.67%

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

R = 44.62%
G = 46.67%
B = 8.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#AEB622 (or 0xAEB622) is known color: Bahia. HEX triplet: AE, B6 and 22. RGB value is (174,182,34). Sum of RGB (Red+Green+Blue) = 174+182+34=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB622 is #5149DD. Grayscale: #A3A3A3. Windows color (decimal): -5327326 or 2274990. OLE color: 2274990.

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

Color convert

RGB 174 182 34 -
CMYK 0.04 0 0.81 0.29
HSL 63.24º 0.69% 0.42% -
HSV(B) 63.24º 0.81% 0.71% -
XYZ 34.47 42.57 7.91 -
YUV 162.74 55.35 136.03 -
System Red Green Blue C M Y K H S L
Decimal 174 182 34 0.04 0 0.81 0.29 63.24 0.69 0.42
Hex AE B6 22 4 0 51 1D 3F 45 2A
Octal 256 266 42 4 0 121 35 77 105 52
Binary 10101110 10110110 100010 100 0 1010001 11101 111111 1000101 101010

Color Harmonies of #AEB622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB622

Black with #AEB622

Text Example


Text Example

White with #AEB622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB622; }

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

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

background-color css

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

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

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

border-color css

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

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

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