Html Css Color HEX #AEC434 Bahia

📋 copy color: '#AEC434'

red 174 ◦ green 196 ◦ blue 52

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

Shades of Bahia #AEC434

Tints of Bahia #AEC434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.45%

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

R = 41.23%
G = 46.45%
B = 12.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#AEC434 (or 0xAEC434) is known color: Bahia. HEX triplet: AE, C4 and 34. RGB value is (174,196,52). Sum of RGB (Red+Green+Blue) = 174+196+52=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC434 is #513BCB. Grayscale: #ADADAD. Windows color (decimal): -5323724 or 3458222. OLE color: 3458222.

HSL color Cylindrical-coordinate representation of color #AEC434: hue angle of 69.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEC434 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 196 52 -
CMYK 0.11 0 0.73 0.23
HSL 69.17º 0.58% 0.49% -
HSV(B) 69.17º 0.73% 0.77% -
XYZ 37.82 48.73 10.66 -
YUV 173.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 174 196 52 0.11 0 0.73 0.23 69.17 0.58 0.49
Hex AE C4 34 B 0 49 17 45 3A 31
Octal 256 304 64 13 0 111 27 105 72 61
Binary 10101110 11000100 110100 1011 0 1001001 10111 1000101 111010 110001

Color Harmonies of #AEC434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC434

Black with #AEC434

Text Example


Text Example

White with #AEC434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC434; }

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

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

background-color css

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

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

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

border-color css

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

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

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