Html Css Color HEX #AEBD33 Bahia

📋 copy color: '#AEBD33'

red 174 ◦ green 189 ◦ blue 51

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

Shades of Bahia #AEBD33

Tints of Bahia #AEBD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.32%

R = 42.03%
G = 45.65%
B = 12.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#AEBD33 (or 0xAEBD33) is known color: Bahia. HEX triplet: AE, BD and 33. RGB value is (174,189,51). Sum of RGB (Red+Green+Blue) = 174+189+51=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD33 is #5142CC. Grayscale: #A9A9A9. Windows color (decimal): -5325517 or 3390894. OLE color: 3390894.

HSL color Cylindrical-coordinate representation of color #AEBD33: hue angle of 66.52º degrees, saturation: 0.57, 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 #AEBD33 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 51 -
CMYK 0.08 0 0.73 0.26
HSL 66.52º 0.58% 0.47% -
HSV(B) 66.52º 0.73% 0.74% -
XYZ 36.25 45.63 10.03 -
YUV 168.78 61.53 131.72 -
System Red Green Blue C M Y K H S L
Decimal 174 189 51 0.08 0 0.73 0.26 66.52 0.58 0.47
Hex AE BD 33 8 0 49 1A 43 3A 2F
Octal 256 275 63 10 0 111 32 103 72 57
Binary 10101110 10111101 110011 1000 0 1001001 11010 1000011 111010 101111

Color Harmonies of #AEBD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD33

Black with #AEBD33

Text Example


Text Example

White with #AEBD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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