Shades of Bahia #ACB120
Tints of Bahia #ACB120
RGB
CMYK
RGB Variations
Color information
#ACB120 (or 0xACB120) is known color: Bahia. HEX triplet: AC, B1 and 20. RGB value is (172,177,32). Sum of RGB (Red+Green+Blue) = 172+177+32=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB120 is #534EDF. Grayscale: #9F9F9F. Windows color (decimal): -5459680 or 2142636. OLE color: 2142636.
HSL color Cylindrical-coordinate representation of color #ACB120: hue angle of 62.07º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACB120 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 32 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.31 |
| HSL | 62.07º | 0.69% | 0.41% | - |
| HSV(B) | 62.07º | 0.82% | 0.69% | - |
| XYZ | 33 | 40.32 | 7.41 | - |
| YUV | 158.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 32 | 0.03 | 0 | 0.82 | 0.31 | 62.07 | 0.69 | 0.41 |
| Hex | AC | B1 | 20 | 3 | 0 | 52 | 1F | 3E | 45 | 29 |
| Octal | 254 | 261 | 40 | 3 | 0 | 122 | 37 | 76 | 105 | 51 |
| Binary | 10101100 | 10110001 | 100000 | 11 | 0 | 1010010 | 11111 | 111110 | 1000101 | 101001 |
Color Harmonies of #ACB120
Complementary color
Monochromatic Colors of #ACB120
Black with #ACB120
Text Example
Text Example
White with #ACB120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB120; }
p { color: rgb(172,177,32); }
H1.HeaderClassName
{
color: #ACB120;
}
.AnyTagClassName
{
color: #ACB120;
}
</style>
background-color css
<style>
a { background-color: #ACB120; }
a { background-color: rgb(172,177,32); }
div.DivClassName
{
background-color: #ACB120;
}
.BgClassName
{
background-color: #ACB120;
}
</style>
border-color css
<style>
span { border-color: #ACB120; }
span { border-color: rgb(172,177,32); }
td.TdClassName
{
border-color: #ACB120;
}
.TagClassName
{
border-color: #ACB120;
}
</style>