Html Css Color HEX #AEC631 Bahia

📋 copy color: '#AEC631'

red 174 ◦ green 198 ◦ blue 49

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

Shades of Bahia #AEC631

Tints of Bahia #AEC631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.03%

 BLUE value IS 49 (19.53% from 255) = 11.64%

R = 41.33%
G = 47.03%
B = 11.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#AEC631 (or 0xAEC631) is known color: Bahia. HEX triplet: AE, C6 and 31. RGB value is (174,198,49). Sum of RGB (Red+Green+Blue) = 174+198+49=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC631 is #5139CE. Grayscale: #AEAEAE. Windows color (decimal): -5323215 or 3262126. OLE color: 3262126.

HSL color Cylindrical-coordinate representation of color #AEC631: hue angle of 69.66º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEC631 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 198 49 -
CMYK 0.12 0 0.75 0.22
HSL 69.66º 0.6% 0.48% -
HSV(B) 69.66º 0.75% 0.78% -
XYZ 38.2 49.61 10.47 -
YUV 173.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 174 198 49 0.12 0 0.75 0.22 69.66 0.6 0.48
Hex AE C6 31 C 0 4B 16 46 3C 30
Octal 256 306 61 14 0 113 26 106 74 60
Binary 10101110 11000110 110001 1100 0 1001011 10110 1000110 111100 110000

Color Harmonies of #AEC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC631

Black with #AEC631

Text Example


Text Example

White with #AEC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC631; }

 p { color: rgb(174,198,49); }

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

background-color css

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

 a { background-color: rgb(174,198,49); }

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

border-color css

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

 span { border-color: rgb(174,198,49); }

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