#AEC733

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

Shades of Bahia #AEC733

Tints of Bahia #AEC733

Color information

#AEC733 (or 0xAEC733) is unknown color: approx Bahia. HEX triplet: AE, C7 and 33. RGB value is (174,199,51). Sum of RGB (Red+Green+Blue) = 174+199+51=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC733 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC733 is #5138CC. Grayscale: #AFAFAF. Windows color (decimal): -5322957 or 3393454. OLE color: 3393454.

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

Color convert

RGB17419951-
CMYK0.1300.740.22
HSL70.14º59.2%49.02%-
HSV(B)70.14º74.37%78.04%-
XYZ38.4850.0810.77-
YUV174.6558.22127.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 199 (78.12% from 255) = 46.93%
BLUE value IS 51 (20.31% from 255) = 12.03%
R=41.04%
G=46.93%
B=12.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174199510.1300.740.2270.1459.249.02
HexAEC733D04A16463b31
Octal25630763150112261067361
Binary1010111011000111110011110101001010101101000110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC733; }

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

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

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

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

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

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

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

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