Html Css Color HEX #AEB731 Bahia

📋 copy color: '#AEB731'

red 174 ◦ green 183 ◦ blue 49

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

Shades of Bahia #AEB731

Tints of Bahia #AEB731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.07%

R = 42.86%
G = 45.07%
B = 12.07%

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

#AEB731 (or 0xAEB731) is known color: Bahia. HEX triplet: AE, B7 and 31. RGB value is (174,183,49). Sum of RGB (Red+Green+Blue) = 174+183+49=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB731 is #5148CE. Grayscale: #A5A5A5. Windows color (decimal): -5327055 or 3258286. OLE color: 3258286.

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

Color convert

RGB 174 183 49 -
CMYK 0.05 0 0.73 0.28
HSL 64.03º 0.58% 0.45% -
HSV(B) 64.03º 0.73% 0.72% -
XYZ 34.94 43.09 9.38 -
YUV 165.03 62.52 134.4 -
System Red Green Blue C M Y K H S L
Decimal 174 183 49 0.05 0 0.73 0.28 64.03 0.58 0.45
Hex AE B7 31 5 0 49 1C 40 3A 2D
Octal 256 267 61 5 0 111 34 100 72 55
Binary 10101110 10110111 110001 101 0 1001001 11100 1000000 111010 101101

Color Harmonies of #AEB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB731

Black with #AEB731

Text Example


Text Example

White with #AEB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB731; }

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

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

background-color css

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

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

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

border-color css

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

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

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