Html Css Color HEX #AEBF32 Bahia

📋 copy color: '#AEBF32'

red 174 ◦ green 191 ◦ blue 50

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

Shades of Bahia #AEBF32

Tints of Bahia #AEBF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.05%

R = 41.93%
G = 46.02%
B = 12.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#AEBF32 (or 0xAEBF32) is known color: Bahia. HEX triplet: AE, BF and 32. RGB value is (174,191,50). Sum of RGB (Red+Green+Blue) = 174+191+50=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBF32 is #5140CD. Grayscale: #AAAAAA. Windows color (decimal): -5325006 or 3325870. OLE color: 3325870.

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

Color convert

RGB 174 191 50 -
CMYK 0.09 0 0.74 0.25
HSL 67.23º 0.59% 0.47% -
HSV(B) 67.23º 0.74% 0.75% -
XYZ 36.66 46.49 10.06 -
YUV 169.84 60.37 130.96 -
System Red Green Blue C M Y K H S L
Decimal 174 191 50 0.09 0 0.74 0.25 67.23 0.59 0.47
Hex AE BF 32 9 0 4A 19 43 3B 2F
Octal 256 277 62 11 0 112 31 103 73 57
Binary 10101110 10111111 110010 1001 0 1001010 11001 1000011 111011 101111

Color Harmonies of #AEBF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF32

Black with #AEBF32

Text Example


Text Example

White with #AEBF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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