#AEC621

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

Shades of Bahia #AEC621

Tints of Bahia #AEC621

Color information

#AEC621 (or 0xAEC621) is unknown color: approx Bahia. HEX triplet: AE, C6 and 21. RGB value is (174,198,33). Sum of RGB (Red+Green+Blue) = 174+198+33=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC621 is #5139DE. Grayscale: #ACACAC. Windows color (decimal): -5323231 or 2213550. OLE color: 2213550.

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

Color convert

RGB17419833-
CMYK0.1200.830.22
HSL68.73º71.43%45.29%-
HSV(B)68.73º83.33%77.65%-
XYZ37.9249.58.99-
YUV172.0149.55129.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 198 (77.73% from 255) = 48.89%
BLUE value IS 33 (13.28% from 255) = 8.15%
R=42.96%
G=48.89%
B=8.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174198330.1200.830.2268.7371.4345.29
HexAEC621C0531645472d
Octal256306411401232610510755
Binary10101110110001101000011100010100111011010001011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC621; }

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

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

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

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

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

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

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

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