Shades of Bahia #ACB817
Tints of Bahia #ACB817
RGB
CMYK
RGB Variations
Color information
#ACB817 (or 0xACB817) is known color: Bahia. HEX triplet: AC, B8 and 17. RGB value is (172,184,23). Sum of RGB (Red+Green+Blue) = 172+184+23=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB817 is #5347E8. Grayscale: #A2A2A2. Windows color (decimal): -5457897 or 1554604. OLE color: 1554604.
HSL color Cylindrical-coordinate representation of color #ACB817: hue angle of 64.47º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACB817 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 23 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.28 |
| HSL | 64.47º | 0.78% | 0.41% | - |
| HSV(B) | 64.47º | 0.88% | 0.72% | - |
| XYZ | 34.31 | 43.11 | 7.32 | - |
| YUV | 162.06 | 49.52 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 23 | 0.07 | 0 | 0.88 | 0.28 | 64.47 | 0.78 | 0.41 |
| Hex | AC | B8 | 17 | 7 | 0 | 58 | 1C | 40 | 4E | 29 |
| Octal | 254 | 270 | 27 | 7 | 0 | 130 | 34 | 100 | 116 | 51 |
| Binary | 10101100 | 10111000 | 10111 | 111 | 0 | 1011000 | 11100 | 1000000 | 1001110 | 101001 |
Color Harmonies of #ACB817
Complementary color
Monochromatic Colors of #ACB817
Black with #ACB817
Text Example
Text Example
White with #ACB817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB817; }
p { color: rgb(172,184,23); }
H1.HeaderClassName
{
color: #ACB817;
}
.AnyTagClassName
{
color: #ACB817;
}
</style>
background-color css
<style>
a { background-color: #ACB817; }
a { background-color: rgb(172,184,23); }
div.DivClassName
{
background-color: #ACB817;
}
.BgClassName
{
background-color: #ACB817;
}
</style>
border-color css
<style>
span { border-color: #ACB817; }
span { border-color: rgb(172,184,23); }
td.TdClassName
{
border-color: #ACB817;
}
.TagClassName
{
border-color: #ACB817;
}
</style>