#ACB326

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

Shades of Bahia #ACB326

Tints of Bahia #ACB326

Color information

#ACB326 (or 0xACB326) is unknown color: approx Bahia. HEX triplet: AC, B3 and 26. RGB value is (172,179,38). Sum of RGB (Red+Green+Blue) = 172+179+38=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB326 is #534CD9. Grayscale: #A1A1A1. Windows color (decimal): -5459162 or 2536364. OLE color: 2536364.

HSL color Cylindrical-coordinate representation of color #ACB326: hue angle of 62.98º 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 #ACB326 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17217938-
CMYK0.0400.790.30
HSL62.98º64.98%42.55%-
HSV(B)62.98º78.77%70.2%-
XYZ33.4841.158.01-
YUV160.8358.68135.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 179 (70.31% from 255) = 46.02%
BLUE value IS 38 (15.23% from 255) = 9.77%
R=44.22%
G=46.02%
B=9.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172179380.0400.790.3062.9864.9842.55
HexACB326404F1E3f412b
Octal2542634640117367710153
Binary101011001011001110011010001001111111101111111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB326; }

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

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

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

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

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

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

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

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