#ACB124

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

Shades of Bahia #ACB124

Tints of Bahia #ACB124

Color information

#ACB124 (or 0xACB124) is unknown color: approx Bahia. HEX triplet: AC, B1 and 24. RGB value is (172,177,36). Sum of RGB (Red+Green+Blue) = 172+177+36=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB124 is #534EDB. Grayscale: #9F9F9F. Windows color (decimal): -5459676 or 2404780. OLE color: 2404780.

HSL color Cylindrical-coordinate representation of color #ACB124: hue angle of 62.13º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACB124 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17217736-
CMYK0.0300.800.31
HSL62.13º66.2%41.76%-
HSV(B)62.13º79.66%69.41%-
XYZ33.0540.347.71-
YUV159.4358.34136.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 36 (14.45% from 255) = 9.35%
R=44.68%
G=45.97%
B=9.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177360.0300.800.3162.1366.241.76
HexACB12430501F3e422a
Octal2542614430120377610252
Binary10101100101100011001001101010000111111111101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB124; }

 p { color: rgb(172,177,36); }

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

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

 a { background-color: rgb(172,177,36); }

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

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

 span { border-color: rgb(172,177,36); }

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