Html Css Color HEX #AEBC32 Bahia

📋 copy color: '#AEBC32'

red 174 ◦ green 188 ◦ blue 50

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

Shades of Bahia #AEBC32

Tints of Bahia #AEBC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.63%

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

R = 42.23%
G = 45.63%
B = 12.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#AEBC32 (or 0xAEBC32) is known color: Bahia. HEX triplet: AE, BC and 32. RGB value is (174,188,50). Sum of RGB (Red+Green+Blue) = 174+188+50=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC32 is #5143CD. Grayscale: #A8A8A8. Windows color (decimal): -5325774 or 3325102. OLE color: 3325102.

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

Color convert

RGB 174 188 50 -
CMYK 0.07 0 0.73 0.26
HSL 66.09º 0.58% 0.47% -
HSV(B) 66.09º 0.73% 0.74% -
XYZ 36.01 45.2 9.84 -
YUV 168.08 61.36 132.22 -
System Red Green Blue C M Y K H S L
Decimal 174 188 50 0.07 0 0.73 0.26 66.09 0.58 0.47
Hex AE BC 32 7 0 49 1A 42 3A 2F
Octal 256 274 62 7 0 111 32 102 72 57
Binary 10101110 10111100 110010 111 0 1001001 11010 1000010 111010 101111

Color Harmonies of #AEBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC32

Black with #AEBC32

Text Example


Text Example

White with #AEBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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