Html Css Color HEX #AEBD31 Bahia

📋 copy color: '#AEBD31'

red 174 ◦ green 189 ◦ blue 49

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

Shades of Bahia #AEBD31

Tints of Bahia #AEBD31

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.87%

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

R = 42.23%
G = 45.87%
B = 11.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#AEBD31 (or 0xAEBD31) is known color: Bahia. HEX triplet: AE, BD and 31. RGB value is (174,189,49). Sum of RGB (Red+Green+Blue) = 174+189+49=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD31 is #5142CE. Grayscale: #A9A9A9. Windows color (decimal): -5325519 or 3259822. OLE color: 3259822.

HSL color Cylindrical-coordinate representation of color #AEBD31: hue angle of 66.43º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEBD31 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 49 -
CMYK 0.08 0 0.74 0.26
HSL 66.43º 0.59% 0.47% -
HSV(B) 66.43º 0.74% 0.74% -
XYZ 36.21 45.62 9.8 -
YUV 168.56 60.53 131.88 -
System Red Green Blue C M Y K H S L
Decimal 174 189 49 0.08 0 0.74 0.26 66.43 0.59 0.47
Hex AE BD 31 8 0 4A 1A 42 3B 2F
Octal 256 275 61 10 0 112 32 102 73 57
Binary 10101110 10111101 110001 1000 0 1001010 11010 1000010 111011 101111

Color Harmonies of #AEBD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD31

Black with #AEBD31

Text Example


Text Example

White with #AEBD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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