Html Css Color HEX #AEC831 Bahia

📋 copy color: '#AEC831'

red 174 ◦ green 200 ◦ blue 49

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

Shades of Bahia #AEC831

Tints of Bahia #AEC831

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.28%

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

R = 41.13%
G = 47.28%
B = 11.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#AEC831 (or 0xAEC831) is known color: Bahia. HEX triplet: AE, C8 and 31. RGB value is (174,200,49). Sum of RGB (Red+Green+Blue) = 174+200+49=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC831 is #5137CE. Grayscale: #AFAFAF. Windows color (decimal): -5322703 or 3262638. OLE color: 3262638.

HSL color Cylindrical-coordinate representation of color #AEC831: hue angle of 70.33º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEC831 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 200 49 -
CMYK 0.13 0 0.76 0.22
HSL 70.33º 0.61% 0.49% -
HSV(B) 70.33º 0.76% 0.78% -
XYZ 38.66 50.53 10.62 -
YUV 175.01 56.89 127.28 -
System Red Green Blue C M Y K H S L
Decimal 174 200 49 0.13 0 0.76 0.22 70.33 0.61 0.49
Hex AE C8 31 D 0 4C 16 46 3D 31
Octal 256 310 61 15 0 114 26 106 75 61
Binary 10101110 11001000 110001 1101 0 1001100 10110 1000110 111101 110001

Color Harmonies of #AEC831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC831

Black with #AEC831

Text Example


Text Example

White with #AEC831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC831; }

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

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

background-color css

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

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

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

border-color css

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

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

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