Html Css Color HEX #AEC32C Bahia

📋 copy color: '#AEC32C'

red 174 ◦ green 195 ◦ blue 44

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

Shades of Bahia #AEC32C

Tints of Bahia #AEC32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.65%

R = 42.13%
G = 47.22%
B = 10.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#AEC32C (or 0xAEC32C) is known color: Bahia. HEX triplet: AE, C3 and 2C. RGB value is (174,195,44). Sum of RGB (Red+Green+Blue) = 174+195+44=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC32C is #513CD3. Grayscale: #ACACAC. Windows color (decimal): -5323988 or 2933678. OLE color: 2933678.

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

Color convert

RGB 174 195 44 -
CMYK 0.11 0 0.77 0.24
HSL 68.34º 0.63% 0.47% -
HSV(B) 68.34º 0.77% 0.76% -
XYZ 37.43 48.21 9.72 -
YUV 171.51 56.04 129.78 -
System Red Green Blue C M Y K H S L
Decimal 174 195 44 0.11 0 0.77 0.24 68.34 0.63 0.47
Hex AE C3 2C B 0 4D 18 44 3F 2F
Octal 256 303 54 13 0 115 30 104 77 57
Binary 10101110 11000011 101100 1011 0 1001101 11000 1000100 111111 101111

Color Harmonies of #AEC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC32C

Black with #AEC32C

Text Example


Text Example

White with #AEC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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