#AEC216

Color #AEC216 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AEC216

Tints of Bahia #AEC216

Color information

#AEC216 (or 0xAEC216) is unknown color: approx Bahia. HEX triplet: AE, C2 and 16. RGB value is (174,194,22). Sum of RGB (Red+Green+Blue) = 174+194+22=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC216 is #513DE9. Grayscale: #A9A9A9. Windows color (decimal): -5324266 or 1491630. OLE color: 1491630.

HSL color Cylindrical-coordinate representation of color #AEC216: hue angle of 66.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEC216 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB17419422-
CMYK0.1000.890.24
HSL66.98º79.63%42.35%-
HSV(B)66.98º88.66%76.08%-
XYZ36.8947.648.01-
YUV168.4145.37131.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 194 (76.17% from 255) = 49.74%
BLUE value IS 22 (8.98% from 255) = 5.64%
R=44.62%
G=49.74%
B=5.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174194220.1000.890.2466.9879.6342.35
HexAEC216A0591843502a
Octal256302261201313010312052
Binary1010111011000010101101010010110011100010000111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC216; }

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

 H1.HeaderClassName
 {
   color: #AEC216;
 }
 .AnyTagClassName
 {
   color: #AEC216;
 }
</style>
background-color css

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

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

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

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

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

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