Shades of Bahia #ACB518
Tints of Bahia #ACB518
RGB
CMYK
RGB Variations
Color information
#ACB518 (or 0xACB518) is known color: Bahia. HEX triplet: AC, B5 and 18. RGB value is (172,181,24). Sum of RGB (Red+Green+Blue) = 172+181+24=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB518 is #534AE7. Grayscale: #A1A1A1. Windows color (decimal): -5458664 or 1619372. OLE color: 1619372.
HSL color Cylindrical-coordinate representation of color #ACB518: hue angle of 63.44º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACB518 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 24 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.29 |
| HSL | 63.44º | 0.77% | 0.4% | - |
| HSV(B) | 63.44º | 0.87% | 0.71% | - |
| XYZ | 33.7 | 41.88 | 7.17 | - |
| YUV | 160.41 | 51.02 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 24 | 0.05 | 0 | 0.87 | 0.29 | 63.44 | 0.77 | 0.4 |
| Hex | AC | B5 | 18 | 5 | 0 | 57 | 1D | 3F | 4D | 28 |
| Octal | 254 | 265 | 30 | 5 | 0 | 127 | 35 | 77 | 115 | 50 |
| Binary | 10101100 | 10110101 | 11000 | 101 | 0 | 1010111 | 11101 | 111111 | 1001101 | 101000 |
Color Harmonies of #ACB518
Complementary color
Monochromatic Colors of #ACB518
Black with #ACB518
Text Example
Text Example
White with #ACB518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB518; }
p { color: rgb(172,181,24); }
H1.HeaderClassName
{
color: #ACB518;
}
.AnyTagClassName
{
color: #ACB518;
}
</style>
background-color css
<style>
a { background-color: #ACB518; }
a { background-color: rgb(172,181,24); }
div.DivClassName
{
background-color: #ACB518;
}
.BgClassName
{
background-color: #ACB518;
}
</style>
border-color css
<style>
span { border-color: #ACB518; }
span { border-color: rgb(172,181,24); }
td.TdClassName
{
border-color: #ACB518;
}
.TagClassName
{
border-color: #ACB518;
}
</style>