#acb528

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

Shades of Bahia #ACB528

Tints of Bahia #ACB528

Color information

#ACB528 (or 0xACB528) is unknown color: approx Bahia. HEX triplet: AC, B5 and 28. RGB value is (172,181,40). Sum of RGB (Red+Green+Blue) = 172+181+40=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB528 is #534AD7. Grayscale: #A2A2A2. Windows color (decimal): -5458648 or 2667948. OLE color: 2667948.

HSL color Cylindrical-coordinate representation of color #ACB528: hue angle of 63.83º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACB528 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB17218140-
CMYK0.0500.780.29
HSL63.83º63.8%43.33%-
HSV(B)63.83º77.9%70.98%-
XYZ33.9241.978.32-
YUV162.2459.02134.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 181 (71.09% from 255) = 46.06%
BLUE value IS 40 (16.02% from 255) = 10.18%
R=43.77%
G=46.06%
B=10.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172181400.0500.780.2963.8363.843.33
HexACB528504E1D40402b
Octal25426550501163510010053
Binary1010110010110101101000101010011101110110000001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acb528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acb528; }

 p { color: rgb(172,181,40); }

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

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

 a { background-color: rgb(172,181,40); }

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

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

 span { border-color: rgb(172,181,40); }

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