Shades of Bahia #ACB217
Tints of Bahia #ACB217
RGB
CMYK
RGB Variations
Color information
#ACB217 (or 0xACB217) is known color: Bahia. HEX triplet: AC, B2 and 17. RGB value is (172,178,23). Sum of RGB (Red+Green+Blue) = 172+178+23=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB217 is #534DE8. Grayscale: #9F9F9F. Windows color (decimal): -5459433 or 1553068. OLE color: 1553068.
HSL color Cylindrical-coordinate representation of color #ACB217: hue angle of 62.32º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACB217 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 23 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.30 |
| HSL | 62.32º | 0.77% | 0.39% | - |
| HSV(B) | 62.32º | 0.87% | 0.7% | - |
| XYZ | 33.09 | 40.67 | 6.92 | - |
| YUV | 158.54 | 51.51 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 23 | 0.03 | 0 | 0.87 | 0.30 | 62.32 | 0.77 | 0.39 |
| Hex | AC | B2 | 17 | 3 | 0 | 57 | 1E | 3E | 4D | 27 |
| Octal | 254 | 262 | 27 | 3 | 0 | 127 | 36 | 76 | 115 | 47 |
| Binary | 10101100 | 10110010 | 10111 | 11 | 0 | 1010111 | 11110 | 111110 | 1001101 | 100111 |
Color Harmonies of #ACB217
Complementary color
Monochromatic Colors of #ACB217
Black with #ACB217
Text Example
Text Example
White with #ACB217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB217; }
p { color: rgb(172,178,23); }
H1.HeaderClassName
{
color: #ACB217;
}
.AnyTagClassName
{
color: #ACB217;
}
</style>
background-color css
<style>
a { background-color: #ACB217; }
a { background-color: rgb(172,178,23); }
div.DivClassName
{
background-color: #ACB217;
}
.BgClassName
{
background-color: #ACB217;
}
</style>
border-color css
<style>
span { border-color: #ACB217; }
span { border-color: rgb(172,178,23); }
td.TdClassName
{
border-color: #ACB217;
}
.TagClassName
{
border-color: #ACB217;
}
</style>