Shades of Bahia #ACB529
Tints of Bahia #ACB529
RGB
CMYK
RGB Variations
Color information
#ACB529 (or 0xACB529) is known color: Bahia. HEX triplet: AC, B5 and 29. RGB value is (172,181,41). Sum of RGB (Red+Green+Blue) = 172+181+41=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB529 is #534AD6. Grayscale: #A2A2A2. Windows color (decimal): -5458647 or 2733484. OLE color: 2733484.
HSL color Cylindrical-coordinate representation of color #ACB529: hue angle of 63.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACB529 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 41 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.29 |
| HSL | 63.86º | 0.63% | 0.44% | - |
| HSV(B) | 63.86º | 0.77% | 0.71% | - |
| XYZ | 33.94 | 41.98 | 8.41 | - |
| YUV | 162.35 | 59.52 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 41 | 0.05 | 0 | 0.77 | 0.29 | 63.86 | 0.63 | 0.44 |
| Hex | AC | B5 | 29 | 5 | 0 | 4D | 1D | 40 | 3F | 2C |
| Octal | 254 | 265 | 51 | 5 | 0 | 115 | 35 | 100 | 77 | 54 |
| Binary | 10101100 | 10110101 | 101001 | 101 | 0 | 1001101 | 11101 | 1000000 | 111111 | 101100 |
Color Harmonies of #ACB529
Complementary color
Monochromatic Colors of #ACB529
Black with #ACB529
Text Example
Text Example
White with #ACB529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB529; }
p { color: rgb(172,181,41); }
H1.HeaderClassName
{
color: #ACB529;
}
.AnyTagClassName
{
color: #ACB529;
}
</style>
background-color css
<style>
a { background-color: #ACB529; }
a { background-color: rgb(172,181,41); }
div.DivClassName
{
background-color: #ACB529;
}
.BgClassName
{
background-color: #ACB529;
}
</style>
border-color css
<style>
span { border-color: #ACB529; }
span { border-color: rgb(172,181,41); }
td.TdClassName
{
border-color: #ACB529;
}
.TagClassName
{
border-color: #ACB529;
}
</style>