Shades of Bahia #ACB522
Tints of Bahia #ACB522
RGB
CMYK
RGB Variations
Color information
#ACB522 (or 0xACB522) is known color: Bahia. HEX triplet: AC, B5 and 22. RGB value is (172,181,34). Sum of RGB (Red+Green+Blue) = 172+181+34=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB522 is #534ADD. Grayscale: #A2A2A2. Windows color (decimal): -5458654 or 2274732. OLE color: 2274732.
HSL color Cylindrical-coordinate representation of color #ACB522: hue angle of 63.67º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACB522 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 34 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.29 |
| HSL | 63.67º | 0.68% | 0.42% | - |
| HSV(B) | 63.67º | 0.81% | 0.71% | - |
| XYZ | 33.83 | 41.93 | 7.82 | - |
| YUV | 161.55 | 56.02 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 34 | 0.05 | 0 | 0.81 | 0.29 | 63.67 | 0.68 | 0.42 |
| Hex | AC | B5 | 22 | 5 | 0 | 51 | 1D | 40 | 44 | 2A |
| Octal | 254 | 265 | 42 | 5 | 0 | 121 | 35 | 100 | 104 | 52 |
| Binary | 10101100 | 10110101 | 100010 | 101 | 0 | 1010001 | 11101 | 1000000 | 1000100 | 101010 |
Color Harmonies of #ACB522
Complementary color
Monochromatic Colors of #ACB522
Black with #ACB522
Text Example
Text Example
White with #ACB522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB522; }
p { color: rgb(172,181,34); }
H1.HeaderClassName
{
color: #ACB522;
}
.AnyTagClassName
{
color: #ACB522;
}
</style>
background-color css
<style>
a { background-color: #ACB522; }
a { background-color: rgb(172,181,34); }
div.DivClassName
{
background-color: #ACB522;
}
.BgClassName
{
background-color: #ACB522;
}
</style>
border-color css
<style>
span { border-color: #ACB522; }
span { border-color: rgb(172,181,34); }
td.TdClassName
{
border-color: #ACB522;
}
.TagClassName
{
border-color: #ACB522;
}
</style>