#AEC232

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

Shades of Bahia #AEC232

Tints of Bahia #AEC232

Color information

#AEC232 (or 0xAEC232) is unknown color: approx Bahia. HEX triplet: AE, C2 and 32. RGB value is (174,194,50). Sum of RGB (Red+Green+Blue) = 174+194+50=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC232 is #513DCD. Grayscale: #ACACAC. Windows color (decimal): -5324238 or 3326638. OLE color: 3326638.

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

Color convert

RGB17419450-
CMYK0.1000.740.24
HSL68.33º59.02%47.84%-
HSV(B)68.33º74.23%76.08%-
XYZ37.3247.8110.28-
YUV171.659.37129.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 194 (76.17% from 255) = 46.41%
BLUE value IS 50 (19.92% from 255) = 11.96%
R=41.63%
G=46.41%
B=11.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174194500.1000.740.2468.3359.0247.84
HexAEC232A04A18443b30
Octal25630262120112301047360
Binary1010111011000010110010101001001010110001000100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC232; }

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

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

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

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

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

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

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

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