Html Css Color HEX #AEC413 Bahia

📋 copy color: '#AEC413'

red 174 ◦ green 196 ◦ blue 19

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

Shades of Bahia #AEC413

Tints of Bahia #AEC413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.39%

 BLUE value IS 19 (7.81% from 255) = 4.88%

R = 44.73%
G = 50.39%
B = 4.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#AEC413 (or 0xAEC413) is known color: Bahia. HEX triplet: AE, C4 and 13. RGB value is (174,196,19). Sum of RGB (Red+Green+Blue) = 174+196+19=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC413 is #513BEC. Grayscale: #A9A9A9. Windows color (decimal): -5323757 or 1295534. OLE color: 1295534.

HSL color Cylindrical-coordinate representation of color #AEC413: hue angle of 67.46º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEC413 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 196 19 -
CMYK 0.11 0 0.90 0.23
HSL 67.46º 0.82% 0.42% -
HSV(B) 67.46º 0.9% 0.77% -
XYZ 37.31 48.53 8.02 -
YUV 169.24 43.21 131.39 -
System Red Green Blue C M Y K H S L
Decimal 174 196 19 0.11 0 0.90 0.23 67.46 0.82 0.42
Hex AE C4 13 B 0 5A 17 43 52 2A
Octal 256 304 23 13 0 132 27 103 122 52
Binary 10101110 11000100 10011 1011 0 1011010 10111 1000011 1010010 101010

Color Harmonies of #AEC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC413

Black with #AEC413

Text Example


Text Example

White with #AEC413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC413; }

 p { color: rgb(174,196,19); }

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

background-color css

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

 a { background-color: rgb(174,196,19); }

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

border-color css

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

 span { border-color: rgb(174,196,19); }

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