Html Css Color HEX #AEB320 Bahia

📋 copy color: '#AEB320'

red 174 ◦ green 179 ◦ blue 32

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

Shades of Bahia #AEB320

Tints of Bahia #AEB320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.31%

R = 45.19%
G = 46.49%
B = 8.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#AEB320 (or 0xAEB320) is known color: Bahia. HEX triplet: AE, B3 and 20. RGB value is (174,179,32). Sum of RGB (Red+Green+Blue) = 174+179+32=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB320 is #514CDF. Grayscale: #A1A1A1. Windows color (decimal): -5328096 or 2143150. OLE color: 2143150.

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

Color convert

RGB 174 179 32 -
CMYK 0.03 0 0.82 0.30
HSL 62.04º 0.7% 0.41% -
HSV(B) 62.04º 0.82% 0.7% -
XYZ 33.84 41.34 7.56 -
YUV 160.75 55.34 137.45 -
System Red Green Blue C M Y K H S L
Decimal 174 179 32 0.03 0 0.82 0.30 62.04 0.7 0.41
Hex AE B3 20 3 0 52 1E 3E 46 29
Octal 256 263 40 3 0 122 36 76 106 51
Binary 10101110 10110011 100000 11 0 1010010 11110 111110 1000110 101001

Color Harmonies of #AEB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB320

Black with #AEB320

Text Example


Text Example

White with #AEB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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