Html Css Color HEX #AEBC34 Bahia

📋 copy color: '#AEBC34'

red 174 ◦ green 188 ◦ blue 52

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

Shades of Bahia #AEBC34

Tints of Bahia #AEBC34

RGB

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

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

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

R = 42.03%
G = 45.41%
B = 12.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#AEBC34 (or 0xAEBC34) is known color: Bahia. HEX triplet: AE, BC and 34. RGB value is (174,188,52). Sum of RGB (Red+Green+Blue) = 174+188+52=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBC34 is #5143CB. Grayscale: #A8A8A8. Windows color (decimal): -5325772 or 3456174. OLE color: 3456174.

HSL color Cylindrical-coordinate representation of color #AEBC34: hue angle of 66.18º 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 #AEBC34 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 52 -
CMYK 0.07 0 0.72 0.26
HSL 66.18º 0.57% 0.47% -
HSV(B) 66.18º 0.72% 0.74% -
XYZ 36.06 45.21 10.08 -
YUV 168.31 62.36 132.06 -
System Red Green Blue C M Y K H S L
Decimal 174 188 52 0.07 0 0.72 0.26 66.18 0.57 0.47
Hex AE BC 34 7 0 48 1A 42 39 2F
Octal 256 274 64 7 0 110 32 102 71 57
Binary 10101110 10111100 110100 111 0 1001000 11010 1000010 111001 101111

Color Harmonies of #AEBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC34

Black with #AEBC34

Text Example


Text Example

White with #AEBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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