Html Css Color HEX #AEC32E Bahia

📋 copy color: '#AEC32E'

red 174 ◦ green 195 ◦ blue 46

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

Shades of Bahia #AEC32E

Tints of Bahia #AEC32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.08%

R = 41.93%
G = 46.99%
B = 11.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#AEC32E (or 0xAEC32E) is known color: Bahia. HEX triplet: AE, C3 and 2E. RGB value is (174,195,46). Sum of RGB (Red+Green+Blue) = 174+195+46=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC32E is #513CD1. Grayscale: #ACACAC. Windows color (decimal): -5323986 or 3064750. OLE color: 3064750.

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

Color convert

RGB 174 195 46 -
CMYK 0.11 0 0.76 0.24
HSL 68.46º 0.62% 0.47% -
HSV(B) 68.46º 0.76% 0.76% -
XYZ 37.46 48.23 9.92 -
YUV 171.74 57.04 129.62 -
System Red Green Blue C M Y K H S L
Decimal 174 195 46 0.11 0 0.76 0.24 68.46 0.62 0.47
Hex AE C3 2E B 0 4C 18 44 3E 2F
Octal 256 303 56 13 0 114 30 104 76 57
Binary 10101110 11000011 101110 1011 0 1001100 11000 1000100 111110 101111

Color Harmonies of #AEC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC32E

Black with #AEC32E

Text Example


Text Example

White with #AEC32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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