Html Css Color HEX #AEBD34 Bahia

📋 copy color: '#AEBD34'

red 174 ◦ green 189 ◦ blue 52

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

Shades of Bahia #AEBD34

Tints of Bahia #AEBD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.53%

R = 41.93%
G = 45.54%
B = 12.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#AEBD34 (or 0xAEBD34) is known color: Bahia. HEX triplet: AE, BD and 34. RGB value is (174,189,52). Sum of RGB (Red+Green+Blue) = 174+189+52=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD34 is #5142CB. Grayscale: #A9A9A9. Windows color (decimal): -5325516 or 3456430. OLE color: 3456430.

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

Color convert

RGB 174 189 52 -
CMYK 0.08 0 0.72 0.26
HSL 66.57º 0.57% 0.47% -
HSV(B) 66.57º 0.72% 0.74% -
XYZ 36.27 45.64 10.15 -
YUV 168.9 62.03 131.64 -
System Red Green Blue C M Y K H S L
Decimal 174 189 52 0.08 0 0.72 0.26 66.57 0.57 0.47
Hex AE BD 34 8 0 48 1A 43 39 2F
Octal 256 275 64 10 0 110 32 103 71 57
Binary 10101110 10111101 110100 1000 0 1001000 11010 1000011 111001 101111

Color Harmonies of #AEBD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD34

Black with #AEBD34

Text Example


Text Example

White with #AEBD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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