Html Css Color HEX #AEC319 Bahia

📋 copy color: '#AEC319'

red 174 ◦ green 195 ◦ blue 25

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

Shades of Bahia #AEC319

Tints of Bahia #AEC319

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.49%

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

R = 44.16%
G = 49.49%
B = 6.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#AEC319 (or 0xAEC319) is known color: Bahia. HEX triplet: AE, C3 and 19. RGB value is (174,195,25). Sum of RGB (Red+Green+Blue) = 174+195+25=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC319 is #513CE6. Grayscale: #AAAAAA. Windows color (decimal): -5324007 or 1688494. OLE color: 1688494.

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

Color convert

RGB 174 195 25 -
CMYK 0.11 0 0.87 0.24
HSL 67.41º 0.77% 0.43% -
HSV(B) 67.41º 0.87% 0.76% -
XYZ 37.15 48.1 8.25 -
YUV 169.34 46.54 131.32 -
System Red Green Blue C M Y K H S L
Decimal 174 195 25 0.11 0 0.87 0.24 67.41 0.77 0.43
Hex AE C3 19 B 0 57 18 43 4D 2B
Octal 256 303 31 13 0 127 30 103 115 53
Binary 10101110 11000011 11001 1011 0 1010111 11000 1000011 1001101 101011

Color Harmonies of #AEC319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC319

Black with #AEC319

Text Example


Text Example

White with #AEC319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC319; }

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

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

background-color css

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

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

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

border-color css

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

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

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