Html Css Color HEX #AEBA20 Bahia

📋 copy color: '#AEBA20'

red 174 ◦ green 186 ◦ blue 32

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

Shades of Bahia #AEBA20

Tints of Bahia #AEBA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.16%

R = 44.39%
G = 47.45%
B = 8.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#AEBA20 (or 0xAEBA20) is known color: Bahia. HEX triplet: AE, BA and 20. RGB value is (174,186,32). Sum of RGB (Red+Green+Blue) = 174+186+32=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA20 is #5145DF. Grayscale: #A5A5A5. Windows color (decimal): -5326304 or 2144942. OLE color: 2144942.

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

Color convert

RGB 174 186 32 -
CMYK 0.06 0 0.83 0.27
HSL 64.68º 0.71% 0.43% -
HSV(B) 64.68º 0.83% 0.73% -
XYZ 35.28 44.22 8.04 -
YUV 164.86 53.02 134.52 -
System Red Green Blue C M Y K H S L
Decimal 174 186 32 0.06 0 0.83 0.27 64.68 0.71 0.43
Hex AE BA 20 6 0 53 1B 41 47 2B
Octal 256 272 40 6 0 123 33 101 107 53
Binary 10101110 10111010 100000 110 0 1010011 11011 1000001 1000111 101011

Color Harmonies of #AEBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA20

Black with #AEBA20

Text Example


Text Example

White with #AEBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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