Html Css Color HEX #AEC516 Bahia

📋 copy color: '#AEC516'

red 174 ◦ green 197 ◦ blue 22

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

Shades of Bahia #AEC516

Tints of Bahia #AEC516

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.13%

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

R = 44.27%
G = 50.13%
B = 5.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#AEC516 (or 0xAEC516) is known color: Bahia. HEX triplet: AE, C5 and 16. RGB value is (174,197,22). Sum of RGB (Red+Green+Blue) = 174+197+22=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC516 is #513AE9. Grayscale: #AAAAAA. Windows color (decimal): -5323498 or 1492398. OLE color: 1492398.

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

Color convert

RGB 174 197 22 -
CMYK 0.12 0 0.89 0.23
HSL 67.89º 0.8% 0.43% -
HSV(B) 67.89º 0.89% 0.77% -
XYZ 37.57 48.99 8.23 -
YUV 170.17 44.38 130.73 -
System Red Green Blue C M Y K H S L
Decimal 174 197 22 0.12 0 0.89 0.23 67.89 0.8 0.43
Hex AE C5 16 C 0 59 17 44 50 2B
Octal 256 305 26 14 0 131 27 104 120 53
Binary 10101110 11000101 10110 1100 0 1011001 10111 1000100 1010000 101011

Color Harmonies of #AEC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC516

Black with #AEC516

Text Example


Text Example

White with #AEC516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC516; }

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

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

background-color css

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

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

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

border-color css

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

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

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