Html Css Color HEX #AEC412 Bahia

📋 copy color: '#AEC412'

red 174 ◦ green 196 ◦ blue 18

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

Shades of Bahia #AEC412

Tints of Bahia #AEC412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.64%

R = 44.85%
G = 50.52%
B = 4.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#AEC412 (or 0xAEC412) is known color: Bahia. HEX triplet: AE, C4 and 12. RGB value is (174,196,18). Sum of RGB (Red+Green+Blue) = 174+196+18=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC412 is #513BED. Grayscale: #A9A9A9. Windows color (decimal): -5323758 or 1229998. OLE color: 1229998.

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

Color convert

RGB 174 196 18 -
CMYK 0.11 0 0.91 0.23
HSL 67.42º 0.83% 0.42% -
HSV(B) 67.42º 0.91% 0.77% -
XYZ 37.3 48.52 7.97 -
YUV 169.13 42.71 131.47 -
System Red Green Blue C M Y K H S L
Decimal 174 196 18 0.11 0 0.91 0.23 67.42 0.83 0.42
Hex AE C4 12 B 0 5B 17 43 53 2A
Octal 256 304 22 13 0 133 27 103 123 52
Binary 10101110 11000100 10010 1011 0 1011011 10111 1000011 1010011 101010

Color Harmonies of #AEC412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC412

Black with #AEC412

Text Example


Text Example

White with #AEC412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC412; }

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

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

background-color css

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

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

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

border-color css

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

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

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