Shades of Bahia #ACB322
Tints of Bahia #ACB322
RGB
CMYK
RGB Variations
Color information
#ACB322 (or 0xACB322) is known color: Bahia. HEX triplet: AC, B3 and 22. RGB value is (172,179,34). Sum of RGB (Red+Green+Blue) = 172+179+34=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB322 is #534CDD. Grayscale: #A0A0A0. Windows color (decimal): -5459166 or 2274220. OLE color: 2274220.
HSL color Cylindrical-coordinate representation of color #ACB322: hue angle of 62.9º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACB322 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 34 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.30 |
| HSL | 62.9º | 0.68% | 0.42% | - |
| HSV(B) | 62.9º | 0.81% | 0.7% | - |
| XYZ | 33.42 | 41.13 | 7.69 | - |
| YUV | 160.38 | 56.68 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 34 | 0.04 | 0 | 0.81 | 0.30 | 62.9 | 0.68 | 0.42 |
| Hex | AC | B3 | 22 | 4 | 0 | 51 | 1E | 3F | 44 | 2A |
| Octal | 254 | 263 | 42 | 4 | 0 | 121 | 36 | 77 | 104 | 52 |
| Binary | 10101100 | 10110011 | 100010 | 100 | 0 | 1010001 | 11110 | 111111 | 1000100 | 101010 |
Color Harmonies of #ACB322
Complementary color
Monochromatic Colors of #ACB322
Black with #ACB322
Text Example
Text Example
White with #ACB322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB322; }
p { color: rgb(172,179,34); }
H1.HeaderClassName
{
color: #ACB322;
}
.AnyTagClassName
{
color: #ACB322;
}
</style>
background-color css
<style>
a { background-color: #ACB322; }
a { background-color: rgb(172,179,34); }
div.DivClassName
{
background-color: #ACB322;
}
.BgClassName
{
background-color: #ACB322;
}
</style>
border-color css
<style>
span { border-color: #ACB322; }
span { border-color: rgb(172,179,34); }
td.TdClassName
{
border-color: #ACB322;
}
.TagClassName
{
border-color: #ACB322;
}
</style>