Html Css Color HEX #AEB531 Bahia

📋 copy color: '#AEB531'

red 174 ◦ green 181 ◦ blue 49

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

Shades of Bahia #AEB531

Tints of Bahia #AEB531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.8%

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

R = 43.07%
G = 44.8%
B = 12.13%

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

#AEB531 (or 0xAEB531) is known color: Bahia. HEX triplet: AE, B5 and 31. RGB value is (174,181,49). Sum of RGB (Red+Green+Blue) = 174+181+49=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB531 is #514ACE. Grayscale: #A4A4A4. Windows color (decimal): -5327567 or 3257774. OLE color: 3257774.

HSL color Cylindrical-coordinate representation of color #AEB531: hue angle of 63.18º 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 #AEB531 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 181 49 -
CMYK 0.04 0 0.73 0.29
HSL 63.18º 0.57% 0.45% -
HSV(B) 63.18º 0.73% 0.71% -
XYZ 34.53 42.27 9.24 -
YUV 163.86 63.18 135.23 -
System Red Green Blue C M Y K H S L
Decimal 174 181 49 0.04 0 0.73 0.29 63.18 0.57 0.45
Hex AE B5 31 4 0 49 1D 3F 39 2D
Octal 256 265 61 4 0 111 35 77 71 55
Binary 10101110 10110101 110001 100 0 1001001 11101 111111 111001 101101

Color Harmonies of #AEB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB531

Black with #AEB531

Text Example


Text Example

White with #AEB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB531; }

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

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

background-color css

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

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

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

border-color css

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

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

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