Shades of Bahia #ACB517
Tints of Bahia #ACB517
RGB
CMYK
RGB Variations
Color information
#ACB517 (or 0xACB517) is known color: Bahia. HEX triplet: AC, B5 and 17. RGB value is (172,181,23). Sum of RGB (Red+Green+Blue) = 172+181+23=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB517 is #534AE8. Grayscale: #A0A0A0. Windows color (decimal): -5458665 or 1553836. OLE color: 1553836.
HSL color Cylindrical-coordinate representation of color #ACB517: hue angle of 63.42º 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 #ACB517 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 23 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.29 |
| HSL | 63.42º | 0.77% | 0.4% | - |
| HSV(B) | 63.42º | 0.87% | 0.71% | - |
| XYZ | 33.69 | 41.88 | 7.12 | - |
| YUV | 160.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 23 | 0.05 | 0 | 0.87 | 0.29 | 63.42 | 0.77 | 0.4 |
| Hex | AC | B5 | 17 | 5 | 0 | 57 | 1D | 3F | 4D | 28 |
| Octal | 254 | 265 | 27 | 5 | 0 | 127 | 35 | 77 | 115 | 50 |
| Binary | 10101100 | 10110101 | 10111 | 101 | 0 | 1010111 | 11101 | 111111 | 1001101 | 101000 |
Color Harmonies of #ACB517
Complementary color
Monochromatic Colors of #ACB517
Black with #ACB517
Text Example
Text Example
White with #ACB517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB517; }
p { color: rgb(172,181,23); }
H1.HeaderClassName
{
color: #ACB517;
}
.AnyTagClassName
{
color: #ACB517;
}
</style>
background-color css
<style>
a { background-color: #ACB517; }
a { background-color: rgb(172,181,23); }
div.DivClassName
{
background-color: #ACB517;
}
.BgClassName
{
background-color: #ACB517;
}
</style>
border-color css
<style>
span { border-color: #ACB517; }
span { border-color: rgb(172,181,23); }
td.TdClassName
{
border-color: #ACB517;
}
.TagClassName
{
border-color: #ACB517;
}
</style>