Shades of Bahia #ACB116
Tints of Bahia #ACB116
RGB
CMYK
RGB Variations
Color information
#ACB116 (or 0xACB116) is known color: Bahia. HEX triplet: AC, B1 and 16. RGB value is (172,177,22). Sum of RGB (Red+Green+Blue) = 172+177+22=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB116 is #534EE9. Grayscale: #9E9E9E. Windows color (decimal): -5459690 or 1487276. OLE color: 1487276.
HSL color Cylindrical-coordinate representation of color #ACB116: hue angle of 61.94º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACB116 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 22 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.31 |
| HSL | 61.94º | 0.78% | 0.39% | - |
| HSV(B) | 61.94º | 0.88% | 0.69% | - |
| XYZ | 32.88 | 40.27 | 6.8 | - |
| YUV | 157.84 | 51.34 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 22 | 0.03 | 0 | 0.88 | 0.31 | 61.94 | 0.78 | 0.39 |
| Hex | AC | B1 | 16 | 3 | 0 | 58 | 1F | 3E | 4E | 27 |
| Octal | 254 | 261 | 26 | 3 | 0 | 130 | 37 | 76 | 116 | 47 |
| Binary | 10101100 | 10110001 | 10110 | 11 | 0 | 1011000 | 11111 | 111110 | 1001110 | 100111 |
Color Harmonies of #ACB116
Complementary color
Monochromatic Colors of #ACB116
Black with #ACB116
Text Example
Text Example
White with #ACB116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB116; }
p { color: rgb(172,177,22); }
H1.HeaderClassName
{
color: #ACB116;
}
.AnyTagClassName
{
color: #ACB116;
}
</style>
background-color css
<style>
a { background-color: #ACB116; }
a { background-color: rgb(172,177,22); }
div.DivClassName
{
background-color: #ACB116;
}
.BgClassName
{
background-color: #ACB116;
}
</style>
border-color css
<style>
span { border-color: #ACB116; }
span { border-color: rgb(172,177,22); }
td.TdClassName
{
border-color: #ACB116;
}
.TagClassName
{
border-color: #ACB116;
}
</style>