Html Css Color HEX #AEBD32 Bahia

📋 copy color: '#AEBD32'

red 174 ◦ green 189 ◦ blue 50

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

Shades of Bahia #AEBD32

Tints of Bahia #AEBD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.76%

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

R = 42.13%
G = 45.76%
B = 12.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#AEBD32 (or 0xAEBD32) is known color: Bahia. HEX triplet: AE, BD and 32. RGB value is (174,189,50). Sum of RGB (Red+Green+Blue) = 174+189+50=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD32 is #5142CD. Grayscale: #A9A9A9. Windows color (decimal): -5325518 or 3325358. OLE color: 3325358.

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

Color convert

RGB 174 189 50 -
CMYK 0.08 0 0.74 0.26
HSL 66.47º 0.58% 0.47% -
HSV(B) 66.47º 0.74% 0.74% -
XYZ 36.23 45.62 9.91 -
YUV 168.67 61.03 131.8 -
System Red Green Blue C M Y K H S L
Decimal 174 189 50 0.08 0 0.74 0.26 66.47 0.58 0.47
Hex AE BD 32 8 0 4A 1A 42 3A 2F
Octal 256 275 62 10 0 112 32 102 72 57
Binary 10101110 10111101 110010 1000 0 1001010 11010 1000010 111010 101111

Color Harmonies of #AEBD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD32

Black with #AEBD32

Text Example


Text Example

White with #AEBD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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