Html Css Color HEX #AEC919 Bahia

📋 copy color: '#AEC919'

red 174 ◦ green 201 ◦ blue 25

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

Shades of Bahia #AEC919

Tints of Bahia #AEC919

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.25%

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

R = 43.5%
G = 50.25%
B = 6.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#AEC919 (or 0xAEC919) is known color: Bahia. HEX triplet: AE, C9 and 19. RGB value is (174,201,25). Sum of RGB (Red+Green+Blue) = 174+201+25=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC919 is #5136E6. Grayscale: #ADADAD. Windows color (decimal): -5322471 or 1690030. OLE color: 1690030.

HSL color Cylindrical-coordinate representation of color #AEC919: hue angle of 69.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEC919 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 25 -
CMYK 0.13 0 0.88 0.21
HSL 69.2º 0.78% 0.44% -
HSV(B) 69.2º 0.88% 0.79% -
XYZ 38.52 50.84 8.7 -
YUV 172.86 44.55 128.81 -
System Red Green Blue C M Y K H S L
Decimal 174 201 25 0.13 0 0.88 0.21 69.2 0.78 0.44
Hex AE C9 19 D 0 58 15 45 4E 2C
Octal 256 311 31 15 0 130 25 105 116 54
Binary 10101110 11001001 11001 1101 0 1011000 10101 1000101 1001110 101100

Color Harmonies of #AEC919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC919

Black with #AEC919

Text Example


Text Example

White with #AEC919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC919; }

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

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

background-color css

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

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

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

border-color css

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

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

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