Html Css Color HEX #AEC013 Bahia

📋 copy color: '#AEC013'

red 174 ◦ green 192 ◦ blue 19

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

Shades of Bahia #AEC013

Tints of Bahia #AEC013

RGB

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

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

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

R = 45.19%
G = 49.87%
B = 4.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#AEC013 (or 0xAEC013) is known color: Bahia. HEX triplet: AE, C0 and 13. RGB value is (174,192,19). Sum of RGB (Red+Green+Blue) = 174+192+19=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC013 is #513FEC. Grayscale: #A7A7A7. Windows color (decimal): -5324781 or 1294510. OLE color: 1294510.

HSL color Cylindrical-coordinate representation of color #AEC013: hue angle of 66.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEC013 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 19 -
CMYK 0.09 0 0.90 0.25
HSL 66.24º 0.82% 0.41% -
HSV(B) 66.24º 0.9% 0.75% -
XYZ 36.42 46.74 7.72 -
YUV 166.9 44.54 133.07 -
System Red Green Blue C M Y K H S L
Decimal 174 192 19 0.09 0 0.90 0.25 66.24 0.82 0.41
Hex AE C0 13 9 0 5A 19 42 52 29
Octal 256 300 23 11 0 132 31 102 122 51
Binary 10101110 11000000 10011 1001 0 1011010 11001 1000010 1010010 101001

Color Harmonies of #AEC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC013

Black with #AEC013

Text Example


Text Example

White with #AEC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC013; }

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

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

background-color css

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

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

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

border-color css

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

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

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