Html Css Color HEX #AEC616 Bahia

📋 copy color: '#AEC616'

red 174 ◦ green 198 ◦ blue 22

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

Shades of Bahia #AEC616

Tints of Bahia #AEC616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.58%

R = 44.16%
G = 50.25%
B = 5.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#AEC616 (or 0xAEC616) is known color: Bahia. HEX triplet: AE, C6 and 16. RGB value is (174,198,22). Sum of RGB (Red+Green+Blue) = 174+198+22=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC616 is #5139E9. Grayscale: #ABABAB. Windows color (decimal): -5323242 or 1492654. OLE color: 1492654.

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

Color convert

RGB 174 198 22 -
CMYK 0.12 0 0.89 0.22
HSL 68.18º 0.8% 0.43% -
HSV(B) 68.18º 0.89% 0.78% -
XYZ 37.79 49.44 8.31 -
YUV 170.76 44.05 130.31 -
System Red Green Blue C M Y K H S L
Decimal 174 198 22 0.12 0 0.89 0.22 68.18 0.8 0.43
Hex AE C6 16 C 0 59 16 44 50 2B
Octal 256 306 26 14 0 131 26 104 120 53
Binary 10101110 11000110 10110 1100 0 1011001 10110 1000100 1010000 101011

Color Harmonies of #AEC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC616

Black with #AEC616

Text Example


Text Example

White with #AEC616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC616; }

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

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

background-color css

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

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

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

border-color css

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

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

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