Shades of Bahia #ACB516
Tints of Bahia #ACB516
RGB
CMYK
RGB Variations
Color information
#ACB516 (or 0xACB516) is known color: Bahia. HEX triplet: AC, B5 and 16. RGB value is (172,181,22). Sum of RGB (Red+Green+Blue) = 172+181+22=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB516 is #534AE9. Grayscale: #A0A0A0. Windows color (decimal): -5458666 or 1488300. OLE color: 1488300.
HSL color Cylindrical-coordinate representation of color #ACB516: hue angle of 63.4º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACB516 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 22 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.29 |
| HSL | 63.4º | 0.78% | 0.4% | - |
| HSV(B) | 63.4º | 0.88% | 0.71% | - |
| XYZ | 33.68 | 41.88 | 7.07 | - |
| YUV | 160.18 | 50.02 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 22 | 0.05 | 0 | 0.88 | 0.29 | 63.4 | 0.78 | 0.4 |
| Hex | AC | B5 | 16 | 5 | 0 | 58 | 1D | 3F | 4E | 28 |
| Octal | 254 | 265 | 26 | 5 | 0 | 130 | 35 | 77 | 116 | 50 |
| Binary | 10101100 | 10110101 | 10110 | 101 | 0 | 1011000 | 11101 | 111111 | 1001110 | 101000 |
Color Harmonies of #ACB516
Complementary color
Monochromatic Colors of #ACB516
Black with #ACB516
Text Example
Text Example
White with #ACB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB516; }
p { color: rgb(172,181,22); }
H1.HeaderClassName
{
color: #ACB516;
}
.AnyTagClassName
{
color: #ACB516;
}
</style>
background-color css
<style>
a { background-color: #ACB516; }
a { background-color: rgb(172,181,22); }
div.DivClassName
{
background-color: #ACB516;
}
.BgClassName
{
background-color: #ACB516;
}
</style>
border-color css
<style>
span { border-color: #ACB516; }
span { border-color: rgb(172,181,22); }
td.TdClassName
{
border-color: #ACB516;
}
.TagClassName
{
border-color: #ACB516;
}
</style>