Html Css Color HEX #AEC019 Bahia

📋 copy color: '#AEC019'

red 174 ◦ green 192 ◦ blue 25

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

Shades of Bahia #AEC019

Tints of Bahia #AEC019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.39%

R = 44.5%
G = 49.1%
B = 6.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#AEC019 (or 0xAEC019) is known color: Bahia. HEX triplet: AE, C0 and 19. RGB value is (174,192,25). Sum of RGB (Red+Green+Blue) = 174+192+25=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC019 is #513FE6. Grayscale: #A8A8A8. Windows color (decimal): -5324775 or 1687726. OLE color: 1687726.

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

Color convert

RGB 174 192 25 -
CMYK 0.09 0 0.87 0.25
HSL 66.47º 0.77% 0.43% -
HSV(B) 66.47º 0.87% 0.75% -
XYZ 36.48 46.77 8.02 -
YUV 167.58 47.54 132.58 -
System Red Green Blue C M Y K H S L
Decimal 174 192 25 0.09 0 0.87 0.25 66.47 0.77 0.43
Hex AE C0 19 9 0 57 19 42 4D 2B
Octal 256 300 31 11 0 127 31 102 115 53
Binary 10101110 11000000 11001 1001 0 1010111 11001 1000010 1001101 101011

Color Harmonies of #AEC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC019

Black with #AEC019

Text Example


Text Example

White with #AEC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC019; }

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

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

background-color css

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

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

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

border-color css

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

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

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