Html Css Color HEX #AEC324 Bahia

📋 copy color: '#AEC324'

red 174 ◦ green 195 ◦ blue 36

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

Shades of Bahia #AEC324

Tints of Bahia #AEC324

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.15%

 BLUE value IS 36 (14.45% from 255) = 8.89%

R = 42.96%
G = 48.15%
B = 8.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#AEC324 (or 0xAEC324) is known color: Bahia. HEX triplet: AE, C3 and 24. RGB value is (174,195,36). Sum of RGB (Red+Green+Blue) = 174+195+36=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC324 is #513CDB. Grayscale: #ABABAB. Windows color (decimal): -5323996 or 2409390. OLE color: 2409390.

HSL color Cylindrical-coordinate representation of color #AEC324: hue angle of 67.92º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEC324 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 195 36 -
CMYK 0.11 0 0.82 0.24
HSL 67.92º 0.69% 0.45% -
HSV(B) 67.92º 0.82% 0.76% -
XYZ 37.29 48.16 9 -
YUV 170.6 52.04 130.43 -
System Red Green Blue C M Y K H S L
Decimal 174 195 36 0.11 0 0.82 0.24 67.92 0.69 0.45
Hex AE C3 24 B 0 52 18 44 45 2D
Octal 256 303 44 13 0 122 30 104 105 55
Binary 10101110 11000011 100100 1011 0 1010010 11000 1000100 1000101 101101

Color Harmonies of #AEC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC324

Black with #AEC324

Text Example


Text Example

White with #AEC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC324; }

 p { color: rgb(174,195,36); }

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

background-color css

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

 a { background-color: rgb(174,195,36); }

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

border-color css

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

 span { border-color: rgb(174,195,36); }

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