Html Css Color HEX #AEBF20 Bahia

📋 copy color: '#AEBF20'

red 174 ◦ green 191 ◦ blue 32

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

Shades of Bahia #AEBF20

Tints of Bahia #AEBF20

RGB

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

 GREEN value IS 191 (75% from 255) = 48.11%

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

R = 43.83%
G = 48.11%
B = 8.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#AEBF20 (or 0xAEBF20) is known color: Bahia. HEX triplet: AE, BF and 20. RGB value is (174,191,32). Sum of RGB (Red+Green+Blue) = 174+191+32=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBF20 is #5140DF. Grayscale: #A8A8A8. Windows color (decimal): -5325024 or 2146222. OLE color: 2146222.

HSL color Cylindrical-coordinate representation of color #AEBF20: hue angle of 66.42º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEBF20 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 32 -
CMYK 0.09 0 0.83 0.25
HSL 66.42º 0.71% 0.44% -
HSV(B) 66.42º 0.83% 0.75% -
XYZ 36.35 46.36 8.4 -
YUV 167.79 51.37 132.43 -
System Red Green Blue C M Y K H S L
Decimal 174 191 32 0.09 0 0.83 0.25 66.42 0.71 0.44
Hex AE BF 20 9 0 53 19 42 47 2C
Octal 256 277 40 11 0 123 31 102 107 54
Binary 10101110 10111111 100000 1001 0 1010011 11001 1000010 1000111 101100

Color Harmonies of #AEBF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF20

Black with #AEBF20

Text Example


Text Example

White with #AEBF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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