#AEC632

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

Shades of Bahia #AEC632

Tints of Bahia #AEC632

Color information

#AEC632 (or 0xAEC632) is unknown color: approx Bahia. HEX triplet: AE, C6 and 32. RGB value is (174,198,50). Sum of RGB (Red+Green+Blue) = 174+198+50=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC632 is #5139CD. Grayscale: #AEAEAE. Windows color (decimal): -5323214 or 3327662. OLE color: 3327662.

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

Color convert

RGB17419850-
CMYK0.1200.750.22
HSL69.73º59.68%48.63%-
HSV(B)69.73º74.75%77.65%-
XYZ38.2349.6210.58-
YUV173.9558.05128.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 198 (77.73% from 255) = 46.92%
BLUE value IS 50 (19.92% from 255) = 11.85%
R=41.23%
G=46.92%
B=11.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174198500.1200.750.2269.7359.6848.63
HexAEC632C04B16463c31
Octal25630662140113261067461
Binary1010111011000110110010110001001011101101000110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC632; }

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

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

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

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

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

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

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

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