#AEB326

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

Shades of Bahia #AEB326

Tints of Bahia #AEB326

Color information

#AEB326 (or 0xAEB326) is unknown color: approx Bahia. HEX triplet: AE, B3 and 26. RGB value is (174,179,38). Sum of RGB (Red+Green+Blue) = 174+179+38=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB326 is #514CD9. Grayscale: #A1A1A1. Windows color (decimal): -5328090 or 2536366. OLE color: 2536366.

HSL color Cylindrical-coordinate representation of color #AEB326: hue angle of 62.13º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEB326 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17417938-
CMYK0.0300.790.30
HSL62.13º64.98%42.55%-
HSV(B)62.13º78.77%70.2%-
XYZ33.9341.388.03-
YUV161.4358.34136.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 179 (70.31% from 255) = 45.78%
BLUE value IS 38 (15.23% from 255) = 9.72%
R=44.50%
G=45.78%
B=9.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174179380.0300.790.3062.1364.9842.55
HexAEB326304F1E3e412b
Octal2562634630117367610153
Binary10101110101100111001101101001111111101111101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB326; }

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

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

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

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

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

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

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

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