Html Css Color HEX #AEB328 Bahia

📋 copy color: '#AEB328'

red 174 ◦ green 179 ◦ blue 40

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

Shades of Bahia #AEB328

Tints of Bahia #AEB328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.18%

R = 44.27%
G = 45.55%
B = 10.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#AEB328 (or 0xAEB328) is known color: Bahia. HEX triplet: AE, B3 and 28. RGB value is (174,179,40). Sum of RGB (Red+Green+Blue) = 174+179+40=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB328 is #514CD7. Grayscale: #A2A2A2. Windows color (decimal): -5328088 or 2667438. OLE color: 2667438.

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

Color convert

RGB 174 179 40 -
CMYK 0.03 0 0.78 0.30
HSL 62.16º 0.63% 0.43% -
HSV(B) 62.16º 0.78% 0.7% -
XYZ 33.96 41.39 8.21 -
YUV 161.66 59.34 136.8 -
System Red Green Blue C M Y K H S L
Decimal 174 179 40 0.03 0 0.78 0.30 62.16 0.63 0.43
Hex AE B3 28 3 0 4E 1E 3E 3F 2B
Octal 256 263 50 3 0 116 36 76 77 53
Binary 10101110 10110011 101000 11 0 1001110 11110 111110 111111 101011

Color Harmonies of #AEB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB328

Black with #AEB328

Text Example


Text Example

White with #AEB328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB328; }

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

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

background-color css

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

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

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

border-color css

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

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

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