Shades of Bahia #ACB017
Tints of Bahia #ACB017
RGB
CMYK
RGB Variations
Color information
#ACB017 (or 0xACB017) is known color: Bahia. HEX triplet: AC, B0 and 17. RGB value is (172,176,23). Sum of RGB (Red+Green+Blue) = 172+176+23=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB017 is #534FE8. Grayscale: #9D9D9D. Windows color (decimal): -5459945 or 1552556. OLE color: 1552556.
HSL color Cylindrical-coordinate representation of color #ACB017: hue angle of 61.57º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACB017 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 23 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.31 |
| HSL | 61.57º | 0.77% | 0.39% | - |
| HSV(B) | 61.57º | 0.87% | 0.69% | - |
| XYZ | 32.69 | 39.88 | 6.79 | - |
| YUV | 157.36 | 52.17 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 23 | 0.02 | 0 | 0.87 | 0.31 | 61.57 | 0.77 | 0.39 |
| Hex | AC | B0 | 17 | 2 | 0 | 57 | 1F | 3E | 4D | 27 |
| Octal | 254 | 260 | 27 | 2 | 0 | 127 | 37 | 76 | 115 | 47 |
| Binary | 10101100 | 10110000 | 10111 | 10 | 0 | 1010111 | 11111 | 111110 | 1001101 | 100111 |
Color Harmonies of #ACB017
Complementary color
Monochromatic Colors of #ACB017
Black with #ACB017
Text Example
Text Example
White with #ACB017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB017; }
p { color: rgb(172,176,23); }
H1.HeaderClassName
{
color: #ACB017;
}
.AnyTagClassName
{
color: #ACB017;
}
</style>
background-color css
<style>
a { background-color: #ACB017; }
a { background-color: rgb(172,176,23); }
div.DivClassName
{
background-color: #ACB017;
}
.BgClassName
{
background-color: #ACB017;
}
</style>
border-color css
<style>
span { border-color: #ACB017; }
span { border-color: rgb(172,176,23); }
td.TdClassName
{
border-color: #ACB017;
}
.TagClassName
{
border-color: #ACB017;
}
</style>