Html Css Color HEX #AEBA31 Bahia

📋 copy color: '#AEBA31'

red 174 ◦ green 186 ◦ blue 49

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

Shades of Bahia #AEBA31

Tints of Bahia #AEBA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.48%

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

R = 42.54%
G = 45.48%
B = 11.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#AEBA31 (or 0xAEBA31) is known color: Bahia. HEX triplet: AE, BA and 31. RGB value is (174,186,49). Sum of RGB (Red+Green+Blue) = 174+186+49=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA31 is #5145CE. Grayscale: #A7A7A7. Windows color (decimal): -5326287 or 3259054. OLE color: 3259054.

HSL color Cylindrical-coordinate representation of color #AEBA31: hue angle of 65.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEBA31 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 49 -
CMYK 0.06 0 0.74 0.27
HSL 65.26º 0.58% 0.46% -
HSV(B) 65.26º 0.74% 0.73% -
XYZ 35.57 44.34 9.59 -
YUV 166.79 61.52 133.14 -
System Red Green Blue C M Y K H S L
Decimal 174 186 49 0.06 0 0.74 0.27 65.26 0.58 0.46
Hex AE BA 31 6 0 4A 1B 41 3A 2E
Octal 256 272 61 6 0 112 33 101 72 56
Binary 10101110 10111010 110001 110 0 1001010 11011 1000001 111010 101110

Color Harmonies of #AEBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA31

Black with #AEBA31

Text Example


Text Example

White with #AEBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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