Shades of Bahia #ACB317
Tints of Bahia #ACB317
RGB
CMYK
RGB Variations
Color information
#ACB317 (or 0xACB317) is known color: Bahia. HEX triplet: AC, B3 and 17. RGB value is (172,179,23). Sum of RGB (Red+Green+Blue) = 172+179+23=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB317 is #534CE8. Grayscale: #9F9F9F. Windows color (decimal): -5459177 or 1553324. OLE color: 1553324.
HSL color Cylindrical-coordinate representation of color #ACB317: hue angle of 62.69º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACB317 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 23 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.30 |
| HSL | 62.69º | 0.77% | 0.4% | - |
| HSV(B) | 62.69º | 0.87% | 0.7% | - |
| XYZ | 33.29 | 41.07 | 6.98 | - |
| YUV | 159.12 | 51.18 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 23 | 0.04 | 0 | 0.87 | 0.30 | 62.69 | 0.77 | 0.4 |
| Hex | AC | B3 | 17 | 4 | 0 | 57 | 1E | 3F | 4D | 28 |
| Octal | 254 | 263 | 27 | 4 | 0 | 127 | 36 | 77 | 115 | 50 |
| Binary | 10101100 | 10110011 | 10111 | 100 | 0 | 1010111 | 11110 | 111111 | 1001101 | 101000 |
Color Harmonies of #ACB317
Complementary color
Monochromatic Colors of #ACB317
Black with #ACB317
Text Example
Text Example
White with #ACB317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB317; }
p { color: rgb(172,179,23); }
H1.HeaderClassName
{
color: #ACB317;
}
.AnyTagClassName
{
color: #ACB317;
}
</style>
background-color css
<style>
a { background-color: #ACB317; }
a { background-color: rgb(172,179,23); }
div.DivClassName
{
background-color: #ACB317;
}
.BgClassName
{
background-color: #ACB317;
}
</style>
border-color css
<style>
span { border-color: #ACB317; }
span { border-color: rgb(172,179,23); }
td.TdClassName
{
border-color: #ACB317;
}
.TagClassName
{
border-color: #ACB317;
}
</style>