Html Css Color HEX #AEC613 Bahia

📋 copy color: '#AEC613'

red 174 ◦ green 198 ◦ blue 19

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

Shades of Bahia #AEC613

Tints of Bahia #AEC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.64%

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

R = 44.5%
G = 50.64%
B = 4.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#AEC613 (or 0xAEC613) is known color: Bahia. HEX triplet: AE, C6 and 13. RGB value is (174,198,19). Sum of RGB (Red+Green+Blue) = 174+198+19=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC613 is #5139EC. Grayscale: #ABABAB. Windows color (decimal): -5323245 or 1296046. OLE color: 1296046.

HSL color Cylindrical-coordinate representation of color #AEC613: hue angle of 68.04º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEC613 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 198 19 -
CMYK 0.12 0 0.90 0.22
HSL 68.04º 0.82% 0.43% -
HSV(B) 68.04º 0.9% 0.78% -
XYZ 37.77 49.43 8.17 -
YUV 170.42 42.55 130.55 -
System Red Green Blue C M Y K H S L
Decimal 174 198 19 0.12 0 0.90 0.22 68.04 0.82 0.43
Hex AE C6 13 C 0 5A 16 44 52 2B
Octal 256 306 23 14 0 132 26 104 122 53
Binary 10101110 11000110 10011 1100 0 1011010 10110 1000100 1010010 101011

Color Harmonies of #AEC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC613

Black with #AEC613

Text Example


Text Example

White with #AEC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC613; }

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

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

background-color css

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

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

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

border-color css

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

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

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