#AEC133

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

Shades of Bahia #AEC133

Tints of Bahia #AEC133

Color information

#AEC133 (or 0xAEC133) is unknown color: approx Bahia. HEX triplet: AE, C1 and 33. RGB value is (174,193,51). Sum of RGB (Red+Green+Blue) = 174+193+51=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC133 is #513ECC. Grayscale: #ABABAB. Windows color (decimal): -5324493 or 3391918. OLE color: 3391918.

HSL color Cylindrical-coordinate representation of color #AEC133: hue angle of 68.03º degrees, saturation: 0.58, 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 #AEC133 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB17419351-
CMYK0.1000.740.24
HSL68.03º58.2%47.84%-
HSV(B)68.03º73.58%75.69%-
XYZ37.1247.3810.32-
YUV171.1360.21130.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 193 (75.78% from 255) = 46.17%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=41.63%
G=46.17%
B=12.20%

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
Decimal174193510.1000.740.2468.0358.247.84
HexAEC133A04A18443a30
Octal25630163120112301047260
Binary1010111011000001110011101001001010110001000100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC133; }

 p { color: rgb(174,193,51); }

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

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

 a { background-color: rgb(174,193,51); }

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

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

 span { border-color: rgb(174,193,51); }

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