#AEC326

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

Shades of Bahia #AEC326

Tints of Bahia #AEC326

Color information

#AEC326 (or 0xAEC326) is unknown color: approx Bahia. HEX triplet: AE, C3 and 26. RGB value is (174,195,38). Sum of RGB (Red+Green+Blue) = 174+195+38=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC326 is #513CD9. Grayscale: #ABABAB. Windows color (decimal): -5323994 or 2540462. OLE color: 2540462.

HSL color Cylindrical-coordinate representation of color #AEC326: hue angle of 68.03º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEC326 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB17419538-
CMYK0.1100.810.24
HSL68.03º67.38%45.69%-
HSV(B)68.03º80.51%76.47%-
XYZ37.3248.179.16-
YUV170.8253.04130.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 195 (76.56% from 255) = 47.91%
BLUE value IS 38 (15.23% from 255) = 9.34%
R=42.75%
G=47.91%
B=9.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174195380.1100.810.2468.0367.3845.69
HexAEC326B0511844432e
Octal256303461301213010410356
Binary10101110110000111001101011010100011100010001001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC326; }

 p { color: rgb(174,195,38); }

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

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

 a { background-color: rgb(174,195,38); }

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

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

 span { border-color: rgb(174,195,38); }

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