Shades of Bahia #ACB020
Tints of Bahia #ACB020
RGB
CMYK
RGB Variations
Color information
#ACB020 (or 0xACB020) is known color: Bahia. HEX triplet: AC, B0 and 20. RGB value is (172,176,32). Sum of RGB (Red+Green+Blue) = 172+176+32=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB020 is #534FDF. Grayscale: #9E9E9E. Windows color (decimal): -5459936 or 2142380. OLE color: 2142380.
HSL color Cylindrical-coordinate representation of color #ACB020: hue angle of 61.67º 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 #ACB020 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 32 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.31 |
| HSL | 61.67º | 0.69% | 0.41% | - |
| HSV(B) | 61.67º | 0.82% | 0.69% | - |
| XYZ | 32.8 | 39.93 | 7.34 | - |
| YUV | 158.39 | 56.67 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 32 | 0.02 | 0 | 0.82 | 0.31 | 61.67 | 0.69 | 0.41 |
| Hex | AC | B0 | 20 | 2 | 0 | 52 | 1F | 3E | 45 | 29 |
| Octal | 254 | 260 | 40 | 2 | 0 | 122 | 37 | 76 | 105 | 51 |
| Binary | 10101100 | 10110000 | 100000 | 10 | 0 | 1010010 | 11111 | 111110 | 1000101 | 101001 |
Color Harmonies of #ACB020
Complementary color
Monochromatic Colors of #ACB020
Black with #ACB020
Text Example
Text Example
White with #ACB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB020; }
p { color: rgb(172,176,32); }
H1.HeaderClassName
{
color: #ACB020;
}
.AnyTagClassName
{
color: #ACB020;
}
</style>
background-color css
<style>
a { background-color: #ACB020; }
a { background-color: rgb(172,176,32); }
div.DivClassName
{
background-color: #ACB020;
}
.BgClassName
{
background-color: #ACB020;
}
</style>
border-color css
<style>
span { border-color: #ACB020; }
span { border-color: rgb(172,176,32); }
td.TdClassName
{
border-color: #ACB020;
}
.TagClassName
{
border-color: #ACB020;
}
</style>