Shades of Bahia #ACB716
Tints of Bahia #ACB716
RGB
CMYK
RGB Variations
Color information
#ACB716 (or 0xACB716) is known color: Bahia. HEX triplet: AC, B7 and 16. RGB value is (172,183,22). Sum of RGB (Red+Green+Blue) = 172+183+22=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB716 is #5348E9. Grayscale: #A1A1A1. Windows color (decimal): -5458154 or 1488812. OLE color: 1488812.
HSL color Cylindrical-coordinate representation of color #ACB716: hue angle of 64.1º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACB716 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 22 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.28 |
| HSL | 64.1º | 0.79% | 0.4% | - |
| HSV(B) | 64.1º | 0.88% | 0.72% | - |
| XYZ | 34.09 | 42.7 | 7.2 | - |
| YUV | 161.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 22 | 0.06 | 0 | 0.88 | 0.28 | 64.1 | 0.79 | 0.4 |
| Hex | AC | B7 | 16 | 6 | 0 | 58 | 1C | 40 | 4F | 28 |
| Octal | 254 | 267 | 26 | 6 | 0 | 130 | 34 | 100 | 117 | 50 |
| Binary | 10101100 | 10110111 | 10110 | 110 | 0 | 1011000 | 11100 | 1000000 | 1001111 | 101000 |
Color Harmonies of #ACB716
Complementary color
Monochromatic Colors of #ACB716
Black with #ACB716
Text Example
Text Example
White with #ACB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB716; }
p { color: rgb(172,183,22); }
H1.HeaderClassName
{
color: #ACB716;
}
.AnyTagClassName
{
color: #ACB716;
}
</style>
background-color css
<style>
a { background-color: #ACB716; }
a { background-color: rgb(172,183,22); }
div.DivClassName
{
background-color: #ACB716;
}
.BgClassName
{
background-color: #ACB716;
}
</style>
border-color css
<style>
span { border-color: #ACB716; }
span { border-color: rgb(172,183,22); }
td.TdClassName
{
border-color: #ACB716;
}
.TagClassName
{
border-color: #ACB716;
}
</style>