Html Css Color HEX #AEC031 Bahia

📋 copy color: '#AEC031'

red 174 ◦ green 192 ◦ blue 49

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

Shades of Bahia #AEC031

Tints of Bahia #AEC031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.27%

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

R = 41.93%
G = 46.27%
B = 11.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#AEC031 (or 0xAEC031) is known color: Bahia. HEX triplet: AE, C0 and 31. RGB value is (174,192,49). Sum of RGB (Red+Green+Blue) = 174+192+49=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC031 is #513FCE. Grayscale: #AAAAAA. Windows color (decimal): -5324751 or 3260590. OLE color: 3260590.

HSL color Cylindrical-coordinate representation of color #AEC031: hue angle of 67.55º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEC031 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 49 -
CMYK 0.09 0 0.74 0.25
HSL 67.55º 0.59% 0.47% -
HSV(B) 67.55º 0.74% 0.75% -
XYZ 36.86 46.92 10.02 -
YUV 170.32 59.54 130.63 -
System Red Green Blue C M Y K H S L
Decimal 174 192 49 0.09 0 0.74 0.25 67.55 0.59 0.47
Hex AE C0 31 9 0 4A 19 44 3B 2F
Octal 256 300 61 11 0 112 31 104 73 57
Binary 10101110 11000000 110001 1001 0 1001010 11001 1000100 111011 101111

Color Harmonies of #AEC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC031

Black with #AEC031

Text Example


Text Example

White with #AEC031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC031; }

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

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

background-color css

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

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

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

border-color css

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

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

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