Html Css Color HEX #AEB632 Bahia

📋 copy color: '#AEB632'

red 174 ◦ green 182 ◦ blue 50

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

Shades of Bahia #AEB632

Tints of Bahia #AEB632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.32%

R = 42.86%
G = 44.83%
B = 12.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#AEB632 (or 0xAEB632) is known color: Bahia. HEX triplet: AE, B6 and 32. RGB value is (174,182,50). Sum of RGB (Red+Green+Blue) = 174+182+50=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB632 is #5149CD. Grayscale: #A5A5A5. Windows color (decimal): -5327310 or 3323566. OLE color: 3323566.

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

Color convert

RGB 174 182 50 -
CMYK 0.04 0 0.73 0.29
HSL 63.64º 0.57% 0.45% -
HSV(B) 63.64º 0.73% 0.71% -
XYZ 34.76 42.68 9.42 -
YUV 164.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 174 182 50 0.04 0 0.73 0.29 63.64 0.57 0.45
Hex AE B6 32 4 0 49 1D 40 39 2D
Octal 256 266 62 4 0 111 35 100 71 55
Binary 10101110 10110110 110010 100 0 1001001 11101 1000000 111001 101101

Color Harmonies of #AEB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB632

Black with #AEB632

Text Example


Text Example

White with #AEB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB632; }

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

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

background-color css

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

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

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

border-color css

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

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

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