Html Css Color HEX #AEB732 Bahia

📋 copy color: '#AEB732'

red 174 ◦ green 183 ◦ blue 50

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

Shades of Bahia #AEB732

Tints of Bahia #AEB732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.96%

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

R = 42.75%
G = 44.96%
B = 12.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#AEB732 (or 0xAEB732) is known color: Bahia. HEX triplet: AE, B7 and 32. RGB value is (174,183,50). Sum of RGB (Red+Green+Blue) = 174+183+50=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB732 is #5148CD. Grayscale: #A5A5A5. Windows color (decimal): -5327054 or 3323822. OLE color: 3323822.

HSL color Cylindrical-coordinate representation of color #AEB732: hue angle of 64.06º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEB732 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 183 50 -
CMYK 0.05 0 0.73 0.28
HSL 64.06º 0.57% 0.46% -
HSV(B) 64.06º 0.73% 0.72% -
XYZ 34.96 43.1 9.49 -
YUV 165.15 63.02 134.31 -
System Red Green Blue C M Y K H S L
Decimal 174 183 50 0.05 0 0.73 0.28 64.06 0.57 0.46
Hex AE B7 32 5 0 49 1C 40 39 2E
Octal 256 267 62 5 0 111 34 100 71 56
Binary 10101110 10110111 110010 101 0 1001001 11100 1000000 111001 101110

Color Harmonies of #AEB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB732

Black with #AEB732

Text Example


Text Example

White with #AEB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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