Shades of Bahia #ACB329
Tints of Bahia #ACB329
RGB
CMYK
RGB Variations
Color information
#ACB329 (or 0xACB329) is known color: Bahia. HEX triplet: AC, B3 and 29. RGB value is (172,179,41). Sum of RGB (Red+Green+Blue) = 172+179+41=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB329 is #534CD6. Grayscale: #A1A1A1. Windows color (decimal): -5459159 or 2732972. OLE color: 2732972.
HSL color Cylindrical-coordinate representation of color #ACB329: hue angle of 63.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACB329 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 41 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.30 |
| HSL | 63.04º | 0.63% | 0.43% | - |
| HSV(B) | 63.04º | 0.77% | 0.7% | - |
| XYZ | 33.53 | 41.17 | 8.28 | - |
| YUV | 161.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 41 | 0.04 | 0 | 0.77 | 0.30 | 63.04 | 0.63 | 0.43 |
| Hex | AC | B3 | 29 | 4 | 0 | 4D | 1E | 3F | 3F | 2B |
| Octal | 254 | 263 | 51 | 4 | 0 | 115 | 36 | 77 | 77 | 53 |
| Binary | 10101100 | 10110011 | 101001 | 100 | 0 | 1001101 | 11110 | 111111 | 111111 | 101011 |
Color Harmonies of #ACB329
Complementary color
Monochromatic Colors of #ACB329
Black with #ACB329
Text Example
Text Example
White with #ACB329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB329; }
p { color: rgb(172,179,41); }
H1.HeaderClassName
{
color: #ACB329;
}
.AnyTagClassName
{
color: #ACB329;
}
</style>
background-color css
<style>
a { background-color: #ACB329; }
a { background-color: rgb(172,179,41); }
div.DivClassName
{
background-color: #ACB329;
}
.BgClassName
{
background-color: #ACB329;
}
</style>
border-color css
<style>
span { border-color: #ACB329; }
span { border-color: rgb(172,179,41); }
td.TdClassName
{
border-color: #ACB329;
}
.TagClassName
{
border-color: #ACB329;
}
</style>