Shades of Bahia #ACB916
Tints of Bahia #ACB916
RGB
CMYK
RGB Variations
Color information
#ACB916 (or 0xACB916) is known color: Bahia. HEX triplet: AC, B9 and 16. RGB value is (172,185,22). Sum of RGB (Red+Green+Blue) = 172+185+22=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB916 is #5346E9. Grayscale: #A3A3A3. Windows color (decimal): -5457642 or 1489324. OLE color: 1489324.
HSL color Cylindrical-coordinate representation of color #ACB916: hue angle of 64.79º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACB916 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 22 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.27 |
| HSL | 64.79º | 0.79% | 0.41% | - |
| HSV(B) | 64.79º | 0.88% | 0.73% | - |
| XYZ | 34.51 | 43.53 | 7.34 | - |
| YUV | 162.53 | 48.69 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 22 | 0.07 | 0 | 0.88 | 0.27 | 64.79 | 0.79 | 0.41 |
| Hex | AC | B9 | 16 | 7 | 0 | 58 | 1B | 41 | 4F | 29 |
| Octal | 254 | 271 | 26 | 7 | 0 | 130 | 33 | 101 | 117 | 51 |
| Binary | 10101100 | 10111001 | 10110 | 111 | 0 | 1011000 | 11011 | 1000001 | 1001111 | 101001 |
Color Harmonies of #ACB916
Complementary color
Monochromatic Colors of #ACB916
Black with #ACB916
Text Example
Text Example
White with #ACB916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB916; }
p { color: rgb(172,185,22); }
H1.HeaderClassName
{
color: #ACB916;
}
.AnyTagClassName
{
color: #ACB916;
}
</style>
background-color css
<style>
a { background-color: #ACB916; }
a { background-color: rgb(172,185,22); }
div.DivClassName
{
background-color: #ACB916;
}
.BgClassName
{
background-color: #ACB916;
}
</style>
border-color css
<style>
span { border-color: #ACB916; }
span { border-color: rgb(172,185,22); }
td.TdClassName
{
border-color: #ACB916;
}
.TagClassName
{
border-color: #ACB916;
}
</style>