Shades of Bahia #ACB914
Tints of Bahia #ACB914
RGB
CMYK
RGB Variations
Color information
#ACB914 (or 0xACB914) is known color: Bahia. HEX triplet: AC, B9 and 14. RGB value is (172,185,20). Sum of RGB (Red+Green+Blue) = 172+185+20=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB914 is #5346EB. Grayscale: #A2A2A2. Windows color (decimal): -5457644 or 1358252. OLE color: 1358252.
HSL color Cylindrical-coordinate representation of color #ACB914: hue angle of 64.73º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACB914 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 20 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.27 |
| HSL | 64.73º | 0.8% | 0.4% | - |
| HSV(B) | 64.73º | 0.89% | 0.73% | - |
| XYZ | 34.49 | 43.52 | 7.24 | - |
| YUV | 162.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 20 | 0.07 | 0 | 0.89 | 0.27 | 64.73 | 0.8 | 0.4 |
| Hex | AC | B9 | 14 | 7 | 0 | 59 | 1B | 41 | 50 | 28 |
| Octal | 254 | 271 | 24 | 7 | 0 | 131 | 33 | 101 | 120 | 50 |
| Binary | 10101100 | 10111001 | 10100 | 111 | 0 | 1011001 | 11011 | 1000001 | 1010000 | 101000 |
Color Harmonies of #ACB914
Complementary color
Monochromatic Colors of #ACB914
Black with #ACB914
Text Example
Text Example
White with #ACB914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB914; }
p { color: rgb(172,185,20); }
H1.HeaderClassName
{
color: #ACB914;
}
.AnyTagClassName
{
color: #ACB914;
}
</style>
background-color css
<style>
a { background-color: #ACB914; }
a { background-color: rgb(172,185,20); }
div.DivClassName
{
background-color: #ACB914;
}
.BgClassName
{
background-color: #ACB914;
}
</style>
border-color css
<style>
span { border-color: #ACB914; }
span { border-color: rgb(172,185,20); }
td.TdClassName
{
border-color: #ACB914;
}
.TagClassName
{
border-color: #ACB914;
}
</style>